All Cat Everything!

Throw some cats on that bitch.

Qu'est-ce que All Cat Everything! ?

All Cat Everything! est une extension Chrome développée par bruce.conner.ii, et sa fonction principale est "Throw some cats on that bitch.".

Télécharger le fichier CRX de l'extension All Cat Everything!

Téléchargez les fichiers d'extension All Cat Everything! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Throw some cats on that bitch!                    

Informations de Base sur l'Extension

Nom All Cat Everything! All Cat Everything!
ID adbbggcbmgniipcimchdmgpgbpgeljki
URL Officiel https://chrome.google.com/webstore/detail/all-cat-everything/adbbggcbmgniipcimchdmgpgbpgeljki
Description Throw some cats on that bitch.
Taille du Fichier 106 KB
Nombre d'Installations 53
Version Actuelle 1.0.4
Dernière Mise à Jour 2015-07-28
Date de Publication 2015-07-28
Évaluation 5.00/5 Total 5 Évaluations
Développeur bruce.conner.ii
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}