YouTube Fuller Theater
A larger tab theater mode for a more immersive viewing experience.
Co to jest YouTube Fuller Theater?
YouTube Fuller Theater to rozszerzenie Chrome opracowane przez konglongkanglang, a jego główną funkcją jest „A larger tab theater mode for a more immersive viewing experience.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Fuller Theater
Pobierz pliki rozszerzeń YouTube Fuller Theater w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Enlarges the theater mode on YouTube to the edges of your tab/window to improve your viewing experience! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ajdahhiabpehigbhnbplibcpofihofif |
| Oficjalny URL | https://chromewebstore.google.com/detail/youtube-fuller-theater/ajdahhiabpehigbhnbplibcpofihofif |
| Opis | A larger tab theater mode for a more immersive viewing experience. |
| Rozmiar pliku | 9.61 KB |
| Liczba instalacji | 127 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2023-08-09 |
| Data Publikacji | 2020-07-19 |
| Ocena | 4.15/5 Łącznie 13 Oceny |
| Deweloper | konglongkanglang |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"content_scripts": [
{
"css": [
"styles.css"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"description": "A larger tab theater mode for a more immersive viewing experience.",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzqiIDr\/5loFRrlLIAM2zGXuAZnI0+qqblGfWiKTrKgfMr\/\/Um9gsNPPmvFw212Wb9u7ME80K3xbbTro2fkr+IRgfEJN8M3yQ5vhYbftcy9nDHhXtjjoialyGf1WQDJn11Qp3wEkGep0v0pMNESOdfWDAG4gCMCVju3mtkp\/qWAcsLIWXdbz6k03LyG\/YWyBN0dgCGHmCGbzgNrSSweMl5t5vN5BxykCTUUZAM0a69w+qGpoXFoauu1YyggUCw6s40+Zy8xK\/lTug9dQoPdn4rUSdGlkyqrmd8ubU69shaHx1FRE0plKad3NaF3AnQwxEFZ+Zy0WAkAPgAZItlTsJNQIDAQAB",
"manifest_version": 2,
"name": "YouTube Fuller Theater",
"permissions": [],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3"
} | |