Bubber-O-Matic

Replaces all images with images of Bubber.

O que é Bubber-O-Matic?

Bubber-O-Matic é uma extensão do Chrome desenvolvida por Null4President, e sua principal característica é "Replaces all images with images of Bubber.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bubber-O-Matic

Baixe arquivos de extensão Bubber-O-Matic 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

                        May cause issues when browsing SSL secured websites.                    

Informações Básicas da Extensão

Nome Bubber-O-Matic Bubber-O-Matic
ID ogljgmfneplhjbcahmekaeichmngdmpd
URL Oficial https://chromewebstore.google.com/detail/bubber-o-matic/ogljgmfneplhjbcahmekaeichmngdmpd
Descrição Replaces all images with images of Bubber.
Tamanho do Arquivo 82.45 KB
Contagem de Instalações 21
Versão Atual 1.0.1
Última Atualização 2013-09-08
Data de Publicação 2013-09-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Null4President
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Null4President",
    "name": "Bubber-O-Matic",
    "description": "Replaces all images with images of Bubber.",
    "icons": {
        "16": "Icon_16.png",
        "48": "Icon_48.png",
        "128": "Icon_128.png"
    },
    "version": "1.0.1",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}