DogeGuard

This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.

O que é DogeGuard?

DogeGuard é uma extensão do Chrome desenvolvida por alex.j.herdzik, e sua principal característica é "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DogeGuard

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

                        Slight variation on a sample app, in which everything hosted on cheezburger.com is replaced by a silly picture of a chihuahua I found on tumblr.                    

Informações Básicas da Extensão

Nome DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
URL Oficial https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
Descrição This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
Tamanho do Arquivo 8.48 KB
Contagem de Instalações 46
Versão Atual 1.0.1
Última Atualização 2014-12-12
Data de Publicação 2014-12-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor alex.j.herdzik
Tipo de Pagamento free
Site da Extensão https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
URL da Página de Ajuda https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DogeGuard",
    "description": "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "triggerGuard.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}