Fill Window - Youtube
Plays Youtube videos in the entire window
Vad är Fill Window - Youtube?
Fill Window - Youtube är en Chrome-tillägg utvecklad av TT Ext, och dess huvudfunktion är "Plays Youtube videos in the entire window".
Tilläggsskärmbilder
Ladda ner Fill Window - Youtube-förlängningens CRX-fil
Ladda ner Fill Window - Youtube-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
Adds a button to the corner of your browser that will toggle youtube videos to fill the window. Advantages: Does not run any code when not in use. Will also work on drive.google.com
Grundläggande Information om Tillägg
Namn | Fill Window - Youtube |
ID | ndkhjifkhiepbolnmojnaaghdfdepjof |
Officiell webbadress | https://chromewebstore.google.com/detail/fill-window-youtube/ndkhjifkhiepbolnmojnaaghdfdepjof |
Beskrivning | Plays Youtube videos in the entire window |
Filstorlek | 13.13 KB |
Antal Installationer | 1,069 |
Aktuell Version | 0.0.0.10 |
Senast Uppdaterad | 2024-02-23 |
Publiceringsdatum | 2019-04-27 |
Betyg | 4.78/5 Totalt 18 Betyg |
Utvecklare | TT Ext |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fill Window - Youtube", "description": "Plays Youtube videos in the entire window", "version": "0.0.0.10", "permissions": [ "scripting", "activeTab" ], "commands": [], "manifest_version": 3, "icons": { "128": "red.png" }, "action": { "default_title": "Fill Window", "default_popup": "window.html", "default_icon": "red.png" } } |