Fill Window - Youtube
Plays Youtube videos in the entire window
Was ist Fill Window - Youtube?
Fill Window - Youtube ist eine Chrome-Erweiterung, die von TT Ext entwickelt wurde, und ihr Hauptmerkmal ist "Plays Youtube videos in the entire window".
Erweiterungsscreenshots
Fill Window - Youtube-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fill Window - Youtube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ndkhjifkhiepbolnmojnaaghdfdepjof |
| Offizielle URL | https://chromewebstore.google.com/detail/fill-window-youtube/ndkhjifkhiepbolnmojnaaghdfdepjof |
| Beschreibung | Plays Youtube videos in the entire window |
| Dateigröße | 13.13 KB |
| Installationsanzahl | 1,069 |
| Aktuelle Version | 0.0.0.10 |
| Letztes Update | 2024-02-23 |
| Veröffentlichungsdatum | 2019-04-27 |
| Bewertung | 4.78/5 Insgesamt 18 Bewertungen |
| Entwickler | TT Ext |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |