Youtube float video
Youtube float video
Vad är Youtube float video?
Youtube float video är en Chrome-tillägg utvecklad av Anbarasan, och dess huvudfunktion är "Youtube float video".
Tilläggsskärmbilder
Ladda ner Youtube float video-förlängningens CRX-fil
Ladda ner Youtube float video-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | fjjgmpijonncbnieadbodomjifcoknpf |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-float-video/fjjgmpijonncbnieadbodomjifcoknpf |
Beskrivning | Youtube float video |
Filstorlek | 595 KB |
Antal Installationer | 138 |
Aktuell Version | 1.2.7 |
Senast Uppdaterad | 2023-02-18 |
Publiceringsdatum | 2020-08-07 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | Anbarasan |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://anbarasanblog.blogspot.com/p/website-scripting-privacy-policy.html |
Stödda Språk | 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 } |