Cinema Theme For YouTube
This extension allows the user to view the youtube video in Cinema experience.
O que é Cinema Theme For YouTube?
Cinema Theme For YouTube é uma extensão do Chrome desenvolvida por Allohost, e sua principal característica é "This extension allows the user to view the youtube video in Cinema experience.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cinema Theme For YouTube
Baixe arquivos de extensão Cinema Theme For YouTube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | nfhepcgcmgdaennlnipbmccneldpfafm |
URL Oficial | https://chrome.google.com/webstore/detail/cinema-theme-for-youtube/nfhepcgcmgdaennlnipbmccneldpfafm |
Descrição | This extension allows the user to view the youtube video in Cinema experience. |
Tamanho do Arquivo | 239 KB |
Contagem de Instalações | 26 |
Versão Atual | 2.1 |
Última Atualização | 2018-10-07 |
Data de Publicação | 2018-10-07 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Allohost |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://search.starsurf.net |
URL da Página de Ajuda | http://search.starsurf.net |
Idiomas Suportados | 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" ] } |