The real theater mode (Beta)
This extension allows the user to view the youtube video in theatre experience.
O que é The real theater mode (Beta)?
The real theater mode (Beta) é uma extensão do Chrome desenvolvida por vasudevan, e sua principal característica é "This extension allows the user to view the youtube video in theatre experience.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The real theater mode (Beta)
Baixe arquivos de extensão The real theater mode (Beta) 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
Informações Básicas da Extensão
Nome | |
ID | cifobkdcppgmeilkbgilccpjikephgpl |
URL Oficial | https://chrome.google.com/webstore/detail/the-real-theater-mode-bet/cifobkdcppgmeilkbgilccpjikephgpl |
Descrição | This extension allows the user to view the youtube video in theatre experience. |
Tamanho do Arquivo | 367 KB |
Contagem de Instalações | 94 |
Versão Atual | 1.2 |
Última Atualização | 2017-09-29 |
Data de Publicação | 2017-09-29 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | vasudevan |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The real theater mode (Beta)", "description": "This extension allows the user to view the youtube video in theatre experience.", "version": "1.2", "author": "Vasudevan", "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" ] } |