Fix the Internet (with cats)

The internet has a problem: too many humans, not enough cats.

Qu'est-ce que Fix the Internet (with cats) ?

Fix the Internet (with cats) est une extension Chrome développée par Harold Martin, et sa fonction principale est "The internet has a problem: too many humans, not enough cats.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fix the Internet (with cats)

Téléchargez les fichiers d'extension Fix the Internet (with cats) 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

                        Now with theming options                    

Informations de Base sur l'Extension

Nom Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
URL Officiel https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
Description The internet has a problem: too many humans, not enough cats.
Taille du Fichier 1.35 MB
Nombre d'Installations 340
Version Actuelle 0.3.0
Dernière Mise à Jour 2015-11-19
Date de Publication 2015-11-19
Évaluation 3.57/5 Total 7 Évaluations
Développeur Harold Martin
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix the Internet (with cats)",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "The internet has a problem: too many humans, not enough cats.",
    "homepage_url": "http:\/\/haroldmartin.me",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "src\/zepto.min.js",
            "src\/tracking\/tracking-min.js",
            "src\/tracking\/data\/face-min.js",
            "src\/tracking\/data\/eye-min.js",
            "src\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}