Fill Window - Youtube
Plays Youtube videos in the entire window
What is Fill Window - Youtube?
Fill Window - Youtube is a Chrome extension developed by TT Ext, and its main feature is "Plays Youtube videos in the entire window".
Extension Screenshots
Download Fill Window - Youtube Extension CRX File
Download Fill Window - Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | ndkhjifkhiepbolnmojnaaghdfdepjof |
| Official URL | https://chromewebstore.google.com/detail/fill-window-youtube/ndkhjifkhiepbolnmojnaaghdfdepjof |
| Description | Plays Youtube videos in the entire window |
| File Size | 13.13 KB |
| Installation Count | 1,069 |
| Current Version | 0.0.0.10 |
| Last Updated | 2024-02-23 |
| Publish Date | 2019-04-27 |
| Rating | 4.78/5 Total 18 Ratings |
| Developer | TT Ext |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
}
} | |