Youtube float video
Youtube float video
What is Youtube float video?
Youtube float video is a Chrome extension developed by Anbarasan, and its main feature is "Youtube float video".
Extension Screenshots
Download Youtube float video Extension CRX File
Download Youtube float video extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Youtube float video inside page. While reading the comments in the youtube its usefull. This will enable video to float when you scolldown and read the comment sections. https://github.com/aanbarasan/youtube-float-video
Extension Basic Information
Name | |
ID | fjjgmpijonncbnieadbodomjifcoknpf |
Official URL | https://chromewebstore.google.com/detail/youtube-float-video/fjjgmpijonncbnieadbodomjifcoknpf |
Description | Youtube float video |
File Size | 595 KB |
Installation Count | 138 |
Current Version | 1.2.7 |
Last Updated | 2023-02-18 |
Publish Date | 2020-08-07 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Anbarasan |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://anbarasanblog.blogspot.com/p/website-scripting-privacy-policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube float video", "short_name": "Helper", "description": "Youtube float video", "version": "1.2.7", "icons": { "16": "image\/16_icon.png", "48": "image\/48_icon.png", "128": "image\/128_icon.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "commonFunction.js", "content-script.js" ] } ], "options_page": "options_page.html", "action": { "default_title": "Youtube float video" }, "background": { "service_worker": "background.js" }, "manifest_version": 3 } |