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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/"
    ]
}