Fix the Internet (with cats)

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

Wat is Fix the Internet (with cats)?

Fix the Internet (with cats) is een Chrome-extensie ontwikkeld door Harold Martin, en de belangrijkste functie is "The internet has a problem: too many humans, not enough cats.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fix the Internet (with cats)

Download Fix the Internet (with cats)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Now with theming options                    

Basisinformatie over de Extensie

Naam Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
Officiële URL https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
Beschrijving The internet has a problem: too many humans, not enough cats.
Bestandsgrootte 1.35 MB
Aantal Installaties 340
Huidige Versie 0.3.0
Laatst Bijgewerkt 2015-11-19
Publicatiedatum 2015-11-19
Beoordeling 3.57/5 Totaal 7 Beoordelingen
Ontwikkelaar Harold Martin
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}