Youtube float video
Youtube float video
Hvad er Youtube float video?
Youtube float video er en Chrome-udvidelse udviklet af Anbarasan, og dens hovedfunktion er "Youtube float video".
Udvidelsesskærmbilleder
Download Youtube float video-udvidelses-CRX-fil
Download Youtube float video-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | fjjgmpijonncbnieadbodomjifcoknpf |
Officiel URL | https://chromewebstore.google.com/detail/youtube-float-video/fjjgmpijonncbnieadbodomjifcoknpf |
Beskrivelse | Youtube float video |
Filstørrelse | 595 KB |
Antal Installationer | 138 |
Nuværende Version | 1.2.7 |
Senest Opdateret | 2023-02-18 |
Udgivelsesdato | 2020-08-07 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | Anbarasan |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://anbarasanblog.blogspot.com/p/website-scripting-privacy-policy.html |
Understøttede Sprog | 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 } |