Every Bee

Replaces every bee on a webpage with the entire Bee Movie script

O que é Every Bee?

Every Bee é uma extensão do Chrome desenvolvida por mgustin, e sua principal característica é "Replaces every bee on a webpage with the entire Bee Movie script".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Every Bee

Baixe arquivos de extensão Every Bee 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

                        Will replace every 'bee' on a webpage with the entire Bee Movie script. Because internet.                    

Informações Básicas da Extensão

Nome Every Bee Every Bee
ID dgcikeidmkelecddmhgeicofebbbpodk
URL Oficial https://chromewebstore.google.com/detail/every-bee/dgcikeidmkelecddmhgeicofebbbpodk
Descrição Replaces every bee on a webpage with the entire Bee Movie script
Tamanho do Arquivo 43.23 KB
Contagem de Instalações 107
Versão Atual 1.1
Última Atualização 2016-12-01
Data de Publicação 2016-12-01
Classificação 3.82/5 Total de 11 Avaliações
Desenvolvedor mgustin
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Every Bee",
    "version": "1.1",
    "description": "Replaces every bee on a webpage with the entire Bee Movie script",
    "icons": {
        "16": "bee16.png",
        "32": "bee32.png",
        "48": "bee48.png",
        "128": "bee128.png"
    },
    "author": "Matt Gustin",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}