Pics to Kittens

This extension makes The Internet better by replacing all images with cats.

ما هو Pics to Kittens؟

Pics to Kittens هو إضافة Chrome تم تطويرها بواسطة disregarding standards، والميزة الرئيسية لها هي "This extension makes The Internet better by replacing all images with cats.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Pics to Kittens

قم بتنزيل ملفات الامتداد Pics to Kittens بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Why would you ever want to see a picture that isn't about a cat?

Make your internet a better experience by viewing cats as much as possible.



(Note: if an image is within an iframe, it *may* not be replaced. This is for security reasons.)                    

معلومات أساسية عن التمديد

الاسم Pics to Kittens Pics to Kittens
ID oajkgelibfmlfaelepkgocgpmopbphel
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pics-to-kittens/oajkgelibfmlfaelepkgocgpmopbphel
الوصف This extension makes The Internet better by replacing all images with cats.
حجم الملف 1.23 MB
عدد التثبيتات 197
النسخة الحالية 1.1
آخر تحديث 2014-04-21
تاريخ النشر 2014-04-20
تقييم 4.00/5 مجموع تقييمات 7
المطور disregarding standards
نوع الدفع free
موقع الإضافة https://github.com/yvescourtois/chrome_to_cats
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pics to Kittens",
    "version": "1.1",
    "author": "Yves Courtois",
    "description": "This extension makes The Internet better by replacing all images with cats.",
    "homepage_url": "https:\/\/github.com\/yvescourtois\/pics_to_kittens",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Toggle on\/off."
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/options.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/cats.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ]
}