The Internet Needs More Cats

replace every image with a cat

The Internet Needs More Catsคืออะไร?

The Internet Needs More Cats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nolandchaliha.com และคุณลักษณะหลักของมันคือ "replace every image with a cat"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Internet Needs More Cats

ดาวน์โหลดไฟล์ส่วนขยาย The Internet Needs More Cats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The Internet Needs More Cats The Internet Needs More Cats
ID abkhjlenamfebhpbbopkokfficikcjfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-internet-needs-more-c/abkhjlenamfebhpbbopkokfficikcjfo
คำอธิบาย replace every image with a cat
ขนาดไฟล์ 43.21 KB
จำนวนการติดตั้ง 354
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-02-09
วันที่เผยแพร่ 2015-02-08
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://nolandchaliha.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/"
    ]
}