YouTube Cinema
Expands cinema mode (click ▭) to display in maximal size.
Vad är YouTube Cinema?
YouTube Cinema är en Chrome-tillägg utvecklad av CheeseFrog, och dess huvudfunktion är "Expands cinema mode (click ▭) to display in maximal size.".
Tilläggsskärmbilder
Ladda ner YouTube Cinema-förlängningens CRX-fil
Ladda ner YouTube Cinema-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
No ads or telemetry. Please consider donating (https://paypal.me/auyousef).
Grundläggande Information om Tillägg
Namn | YouTube Cinema |
ID | fplholpfmfpnhmppbamcakepnegffmhc |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-cinema/fplholpfmfpnhmppbamcakepnegffmhc |
Beskrivning | Expands cinema mode (click ▭) to display in maximal size. |
Filstorlek | 13.16 KB |
Antal Installationer | 57 |
Aktuell Version | 1.60 |
Senast Uppdaterad | 2024-01-14 |
Publiceringsdatum | 2022-05-29 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | CheeseFrog |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Cinema", "version": "1.60", "description": "Expands cinema mode (click \u25ad) to display in maximal size.", "icons": { "48": "icons\/ico48.png", "96": "icons\/ico96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "JS-Styler.js" ] } ], "action": { "default_icon": "icons\/ico96.png", "default_title": "YouTube Cinema", "default_popup": "settings\/options.html" }, "options_ui": { "page": "settings\/options.html" }, "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |