All Cat Everything!

Throw some cats on that bitch.

Cos'è All Cat Everything!?

All Cat Everything! è un'estensione di Chrome sviluppata da bruce.conner.ii, e la sua funzione principale è "Throw some cats on that bitch.".

Scarica il file CRX dell'estensione All Cat Everything!

Scarica i file di estensione All Cat Everything! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Throw some cats on that bitch!                    

Informazioni di Base sull'Estensione

Nome All Cat Everything! All Cat Everything!
ID adbbggcbmgniipcimchdmgpgbpgeljki
URL Ufficiale https://chrome.google.com/webstore/detail/all-cat-everything/adbbggcbmgniipcimchdmgpgbpgeljki
Descrizione Throw some cats on that bitch.
Dimensione del File 106 KB
Conteggio Installazioni 53
Versione Corrente 1.0.4
Ultimo Aggiornamento 2015-07-28
Data di Pubblicazione 2015-07-28
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore bruce.conner.ii
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}