Cinema Theme For YouTube
This extension allows the user to view the youtube video in Cinema experience.
Co to jest Cinema Theme For YouTube?
Cinema Theme For YouTube to rozszerzenie Chrome opracowane przez Allohost, a jego główną funkcją jest „This extension allows the user to view the youtube video in Cinema experience.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cinema Theme For YouTube
Pobierz pliki rozszerzeń Cinema Theme For YouTube 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
Cinema Theme For YouTube With this simple extension you will be able to use your screen when watching YouTube videos in Cinema mode. feel the cinema with Cinema Theme For YouTube
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nfhepcgcmgdaennlnipbmccneldpfafm |
Oficjalny URL | https://chrome.google.com/webstore/detail/cinema-theme-for-youtube/nfhepcgcmgdaennlnipbmccneldpfafm |
Opis | This extension allows the user to view the youtube video in Cinema experience. |
Rozmiar pliku | 239 KB |
Liczba instalacji | 26 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2018-10-07 |
Data Publikacji | 2018-10-07 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Allohost |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://search.starsurf.net |
Adres URL Strony Pomocy | http://search.starsurf.net |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cinema Theme For YouTube", "description": "This extension allows the user to view the youtube video in Cinema experience.", "version": "2.1", "author": "Starsurf", "browser_action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "default_title": "Theatre Mode" }, "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "tabs" ] } |