All Cat Everything!

Throw some cats on that bitch.

¿Qué es All Cat Everything!?

All Cat Everything! es una extensión de Chrome desarrollada por bruce.conner.ii, y su función principal es "Throw some cats on that bitch.".

Descargar Archivo CRX de la Extensión All Cat Everything!

Descarga archivos de extensión All Cat Everything! 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

                        Throw some cats on that bitch!                    

Información Básica de la Extensión

Nombre All Cat Everything! All Cat Everything!
ID adbbggcbmgniipcimchdmgpgbpgeljki
URL Oficial https://chrome.google.com/webstore/detail/all-cat-everything/adbbggcbmgniipcimchdmgpgbpgeljki
Descripción Throw some cats on that bitch.
Tamaño del Archivo 106 KB
Cantidad de Instalaciones 53
Versión Actual 1.0.4
Última Actualización 2015-07-28
Fecha de Publicación 2015-07-28
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador bruce.conner.ii
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "All Cat Everything!",
    "description": "Throw some cats on that bitch.",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "popup.js",
                "content.js"
            ]
        }
    ]
}