Fix the Internet (with cats)

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

Co je Fix the Internet (with cats)?

Fix the Internet (with cats) je rozšíření Chrome vyvinuté Harold Martin, a jeho hlavní funkcí je „The internet has a problem: too many humans, not enough cats.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Fix the Internet (with cats)

Stáhněte si soubory rozšíření Fix the Internet (with cats) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Now with theming options                    

Základní Informace o Rozšíření

Název Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
Oficiální URL https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
Popis The internet has a problem: too many humans, not enough cats.
Velikost souboru 1.35 MB
Počet instalací 340
Aktuální Verze 0.3.0
Poslední Aktualizace 2015-11-19
Datum Vydání 2015-11-19
Hodnocení 3.57/5 Celkem 7 Hodnocení
Vývojář Harold Martin
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}