WarrantyNowVoid's PoopGuy

Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.

O que é WarrantyNowVoid's PoopGuy?

WarrantyNowVoid's PoopGuy é uma extensão do Chrome desenvolvida por http://warrantynowvoid.com, e sua principal característica é "Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WarrantyNowVoid's PoopGuy

Baixe arquivos de extensão WarrantyNowVoid's PoopGuy 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

                        Have you ever been on a website and thought, "boy this site would be better if I could take a giant poop right on top of it"? Well, friend, worry no more. Warranty Now Void's Board Of Novel Experimentation & Research Studies has developed just the solution you need.                    

Informações Básicas da Extensão

Nome WarrantyNowVoid's PoopGuy WarrantyNowVoid's PoopGuy
ID linkbhnfbppadaeohnhbnlnkggaogonk
URL Oficial https://chrome.google.com/webstore/detail/warrantynowvoids-poopguy/linkbhnfbppadaeohnhbnlnkggaogonk
Descrição Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.
Tamanho do Arquivo 57.38 KB
Contagem de Instalações 13
Versão Atual 1.1
Última Atualização 2013-12-23
Data de Publicação 2013-12-23
Classificação 4.78/5 Total de 9 Avaliações
Desenvolvedor http://warrantynowvoid.com
Tipo de Pagamento in_app
Site da Extensão http://warrantynowvoid.com/post/0db6a
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WarrantyNowVoid's PoopGuy",
    "short_name": "WNV PoopGuy",
    "author": "pope@WarrantyNowVoid",
    "description": "Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.",
    "homepage_url": "http:\/\/warrantynowvoid.com\/post\/0db6a",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/warrantynowvoid.com\/",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "poopguy.css"
            ],
            "js": [
                "jquery.js",
                "poopguy.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "poopguy_events.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "poopguy"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Engage PoopGuy"
    }
}