Fix the Internet (with cats)

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

Fix the Internet (with cats) là gì?

Fix the Internet (with cats) là một tiện ích mở rộng Chrome được phát triển bởi Harold Martin, và tính năng chính của nó là "The internet has a problem: too many humans, not enough cats.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fix the Internet (with cats)

Tải xuống các tệp mở rộng Fix the Internet (with cats) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Now with theming options                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
URL Chính Thức https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
Mô tả The internet has a problem: too many humans, not enough cats.
Kích Thước Tệp 1.35 MB
Số Lần Cài Đặt 340
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2015-11-19
Ngày Phát Hành 2015-11-19
Đánh Giá 3.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Harold Martin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}