Fix the Internet (with cats)

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

Cos'è Fix the Internet (with cats)?

Fix the Internet (with cats) è un'estensione di Chrome sviluppata da Harold Martin, e la sua funzione principale è "The internet has a problem: too many humans, not enough cats.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fix the Internet (with cats)

Scarica i file di estensione Fix the Internet (with cats) 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

                        Now with theming options                    

Informazioni di Base sull'Estensione

Nome Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
URL Ufficiale https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
Descrizione The internet has a problem: too many humans, not enough cats.
Dimensione del File 1.35 MB
Conteggio Installazioni 340
Versione Corrente 0.3.0
Ultimo Aggiornamento 2015-11-19
Data di Pubblicazione 2015-11-19
Valutazione 3.57/5 Totale 7 Valutazioni
Sviluppatore Harold Martin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}