The Internet Needs More Cats

replace every image with a cat

The Internet Needs More Cats là gì?

The Internet Needs More Cats là một tiện ích mở rộng Chrome được phát triển bởi https://nolandchaliha.com, và tính năng chính của nó là "replace every image with a cat".

Tải xuống tệp CRX của tiện ích mở rộng The Internet Needs More Cats

Tải xuống các tệp mở rộng The Internet Needs More 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

                        Replace every image on the internet with a cat. Just click the cat icon. Reload to de-cat.                    

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

Tên The Internet Needs More Cats The Internet Needs More Cats
ID abkhjlenamfebhpbbopkokfficikcjfo
URL Chính Thức https://chromewebstore.google.com/detail/the-internet-needs-more-c/abkhjlenamfebhpbbopkokfficikcjfo
Mô tả replace every image with a cat
Kích Thước Tệp 43.21 KB
Số Lần Cài Đặt 354
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-02-09
Ngày Phát Hành 2015-02-08
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://nolandchaliha.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Internet Needs More Cats",
    "version": "0.1",
    "description": "replace every image with a cat",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "cat"
    },
    "author": "Noland Chaliha",
    "permissions": [
        "activeTab",
        "http:\/\/i.imgur.com\/"
    ]
}