BetterTheatre
With this extension you can enjoy a full size theatre mode on youtube.
Vad är BetterTheatre?
BetterTheatre är en Chrome-tillägg utvecklad av Paolo Basso, och dess huvudfunktion är "With this extension you can enjoy a full size theatre mode on youtube.".
Tilläggsskärmbilder
Ladda ner BetterTheatre-förlängningens CRX-fil
Ladda ner BetterTheatre-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
With this simple extension you will be able to use all your screen when watching YouTube videos in theater mode. Grundläggande Information om Tillägg
| Namn | |
| ID | bbncinkmcfkhjbnebkbhoefiecdenmkh |
| Officiell webbadress | https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh |
| Beskrivning | With this extension you can enjoy a full size theatre mode on youtube. |
| Filstorlek | 18.82 KB |
| Antal Installationer | 797 |
| Aktuell Version | 1.11.0 |
| Senast Uppdaterad | 2023-09-05 |
| Publiceringsdatum | 2018-10-14 |
| Betyg | 4.55/5 Totalt 33 Betyg |
| Utvecklare | Paolo Basso |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://github.com/paolobasso99/BetterTheatre/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "BetterTheatre",
"description": "With this extension you can enjoy a full size theatre mode on youtube.",
"version": "1.11.0",
"author": "Paolo Basso",
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"css": [
"css\/BetterTheatre.css"
]
}
],
"icons": {
"16": "assets\/BT_icon16.png",
"48": "assets\/BT_icon48.png",
"128": "assets\/BT_icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"css\/BetterTheatre.css"
],
"matches": [
"*:\/\/www.youtube.com\/*"
]
}
]
} | |