Neat Rabb.it

Theater mode for Rabb.it

O que é Neat Rabb.it?

Neat Rabb.it é uma extensão do Chrome desenvolvida por victornpb, e sua principal característica é "Theater mode for Rabb.it".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Neat Rabb.it

Baixe arquivos de extensão Neat Rabb.it 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

                        Neat Rabbit is an extension that modifies the current website layout, to provide a better user experience while watching content on the website www.rabb.it                    

Informações Básicas da Extensão

Nome Neat Rabb.it Neat Rabb.it
ID donpmjabppcnncmoiobkhkjmhkhfaiao
URL Oficial https://chromewebstore.google.com/detail/neat-rabbit/donpmjabppcnncmoiobkhkjmhkhfaiao
Descrição Theater mode for Rabb.it
Tamanho do Arquivo 363 KB
Contagem de Instalações 14
Versão Atual 0.1.1
Última Atualização 2018-03-06
Data de Publicação 2018-03-05
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor victornpb
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neat Rabb.it",
    "description": "Theater mode for Rabb.it",
    "version": "0.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.rabb.it\/*"
            ]
        }
    ]
}