WarrantyNowVoid's PoopGuy

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

¿Qué es WarrantyNowVoid's PoopGuy?

WarrantyNowVoid's PoopGuy es una extensión de Chrome desarrollada por http://warrantynowvoid.com, y su función principal es "Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión WarrantyNowVoid's PoopGuy

Descarga archivos de extensión WarrantyNowVoid's PoopGuy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre WarrantyNowVoid's PoopGuy WarrantyNowVoid's PoopGuy
ID linkbhnfbppadaeohnhbnlnkggaogonk
URL Oficial https://chrome.google.com/webstore/detail/warrantynowvoids-poopguy/linkbhnfbppadaeohnhbnlnkggaogonk
Descripción Bring Warranty Now Void's infamous PoopGuy with you wherever you go on the web.
Tamaño del Archivo 57.38 KB
Cantidad de Instalaciones 13
Versión Actual 1.1
Última Actualización 2013-12-23
Fecha de Publicación 2013-12-23
Calificación 4.78/5 Total de 9 Calificaciones
Desarrollador http://warrantynowvoid.com
Tipo de Pago in_app
Sitio Web de la Extensión http://warrantynowvoid.com/post/0db6a
Idiomas Soportados 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"
    }
}