Fix the Internet (with cats)

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

What is Fix the Internet (with cats)?

Fix the Internet (with cats) is a Chrome extension developed by Harold Martin, and its main feature is "The internet has a problem: too many humans, not enough cats.".

Extension Screenshots

screenshot

Download Fix the Internet (with cats) Extension CRX File

Download Fix the Internet (with cats) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Now with theming options                    

Extension Basic Information

Name Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
Official URL https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
Description The internet has a problem: too many humans, not enough cats.
File Size 1.35 MB
Installation Count 340
Current Version 0.3.0
Last Updated 2015-11-19
Publish Date 2015-11-19
Rating 3.57/5 Total 7 Ratings
Developer Harold Martin
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}