Fill Window - Youtube
Plays Youtube videos in the entire window
Wat is Fill Window - Youtube?
Fill Window - Youtube is een Chrome-extensie ontwikkeld door TT Ext, en de belangrijkste functie is "Plays Youtube videos in the entire window".
Extensie Screenshots
Download het CRX-bestand van de extensie Fill Window - Youtube
Download Fill Window - Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ndkhjifkhiepbolnmojnaaghdfdepjof |
| Officiële URL | https://chromewebstore.google.com/detail/fill-window-youtube/ndkhjifkhiepbolnmojnaaghdfdepjof |
| Beschrijving | Plays Youtube videos in the entire window |
| Bestandsgrootte | 13.13 KB |
| Aantal Installaties | 1,069 |
| Huidige Versie | 0.0.0.10 |
| Laatst Bijgewerkt | 2024-02-23 |
| Publicatiedatum | 2019-04-27 |
| Beoordeling | 4.78/5 Totaal 18 Beoordelingen |
| Ontwikkelaar | TT Ext |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |