{"id":17770670,"url":"https://github.com/ajainvivek/flot","last_synced_at":"2026-04-28T08:32:44.864Z","repository":{"id":75915315,"uuid":"164228996","full_name":"ajainvivek/flot","owner":"ajainvivek","description":"Chrome Plugin: Floating Video for Youtube, Twitch, Vimeo and other websites","archived":false,"fork":false,"pushed_at":"2019-01-08T11:48:37.000Z","size":1288,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T09:14:21.605Z","etag":null,"topics":["chrome-extension","extension","floating-video","html5-vdeo","pip","video"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/flot/fcjpgjcijacjocloifakckbmmffoinnd","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ajainvivek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-05T15:51:59.000Z","updated_at":"2019-02-20T07:54:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"88a5992f-d43d-405f-982c-662e2e1b186a","html_url":"https://github.com/ajainvivek/flot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajainvivek%2Fflot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajainvivek%2Fflot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajainvivek%2Fflot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajainvivek%2Fflot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajainvivek","download_url":"https://codeload.github.com/ajainvivek/flot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246655382,"owners_count":20812624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","extension","floating-video","html5-vdeo","pip","video"],"created_at":"2024-10-26T21:24:38.384Z","updated_at":"2026-04-28T08:32:44.832Z","avatar_url":"https://github.com/ajainvivek.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flot \n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"#\" target=\"_blank\"\u003e\n\u003cimg alt=\"Flot\" title=\"Flot\" src=\"https://github.com/ajainvivek/flot/blob/master/chrome/assets/img/icon-128.png\" width=\"100\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003eFloating Video for Youtube, Twitch, Vimeo and other websites.\u003c/p\u003e\n\n## Installation\n\n```bash\n# clone it\n$ git clone https://github.com/ajainvivek/flot.git\n\n# Install dependencies\n$ npm install\n```\n\n## Development\n\n* Run script\n```bash\n# build files to './dev'\n# start webpack development server\n$ npm run dev\n```\n* If you're developing Inject page, please allow `https://localhost:3000` connections. (Because `injectpage` injected GitHub (https) pages, so webpack server procotol must be https.)\n* [Load unpacked extensions](https://developer.chrome.com/extensions/getstarted#unpacked) with `./dev` folder.\n\n#### Using Redux DevTools Extension\n\nYou can use [redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension) on development mode.\n\n## Build\n\n```bash\n# build files to './build'\n$ npm run build\n```\n\n## Compress\n\n```bash\n# compress build folder to {manifest.name}.zip and crx\n$ npm run build\n$ npm run compress -- [options]\n```\n\n#### Options\n\nIf you want to build `crx` file (auto update), please provide options, and add `update.xml` file url in [manifest.json](https://developer.chrome.com/extensions/autoupdate#update_url manifest.json).\n\n* --app-id: your extension id (can be get it when you first release extension)\n* --key: your private key path (default: './key.pem')  \n  you can use `npm run compress-keygen` to generate private key `./key.pem`\n* --codebase: your `crx` file url\n\nSee [autoupdate guide](https://developer.chrome.com/extensions/autoupdate) for more information.\n\n## Test\n\n* `test/app`: React components, Redux actions \u0026 reducers tests\n* `test/e2e`: E2E tests (use [chromedriver](https://www.npmjs.com/package/chromedriver), [selenium-webdriver](https://www.npmjs.com/package/selenium-webdriver))\n\n```bash\n# lint\n$ npm run lint\n# test/app\n$ npm test\n$ npm test -- --watch  # watch files\n# test/e2e\n$ npm run build\n$ npm run test-e2e\n```\n\n## Copyright / License\n\nCopyright 2018-2019 Ajain Vivek and [other contributors](https://github.com/ajainvivek/flot/graphs/contributors)\n\nThis software is licensed under the terms of the Mozilla Public License v2.0. See the [COPYRIGHT](https://github.com/ajainvivek/flot/blob/master/COPYRIGHT) and [LICENSE](https://github.com/ajainvivek/flot/blob/master/LICENSE) files.\n\nPlease do not use the name Flot to endorse or promote products derived from this software without the maintainers' permission, except as may be necessary to comply with the notice/attribution requirements.\n\nWe also wish that any documentation file generated using this software be attributed to Flot. Let's be fair to all contributors by giving credit where credit's due. Thanks!\n\n## Questions?\n\nIf you have any questions, please feel free to ask them on github issues.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajainvivek%2Fflot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajainvivek%2Fflot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajainvivek%2Fflot/lists"}