Youtube float video
Youtube float video
Cos'è Youtube float video?
Youtube float video è un'estensione di Chrome sviluppata da Anbarasan, e la sua funzione principale è "Youtube float video".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube float video
Scarica i file di estensione Youtube float video in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | fjjgmpijonncbnieadbodomjifcoknpf |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-float-video/fjjgmpijonncbnieadbodomjifcoknpf |
Descrizione | Youtube float video |
Dimensione del File | 595 KB |
Conteggio Installazioni | 138 |
Versione Corrente | 1.2.7 |
Ultimo Aggiornamento | 2023-02-18 |
Data di Pubblicazione | 2020-08-07 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | Anbarasan |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://anbarasanblog.blogspot.com/p/website-scripting-privacy-policy.html |
Lingue Supportate | 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 } |