Fix the Internet (with cats)

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

什么是Fix the Internet (with cats)?

Fix the Internet (with cats)是由Harold Martin开发的Chrome扩展程序,该扩展的主要功能是“The internet has a problem: too many humans, not enough cats.”。

扩展截图

screenshot

下载Fix the Internet (with cats)扩展crx文件

下载Fix the Internet (with cats)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Now with theming options                    

扩展基本信息

名称 Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
官方URL https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
简介 The internet has a problem: too many humans, not enough cats.
文件大小 1.35 MB
安装次数 340
当前版本 0.3.0
更新时间 2015-11-19
上架时间 2015-11-19
评分 3.57/5 共7次评分
开发者 Harold Martin
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}