All Cat Everything!

Throw some cats on that bitch.

ما هو All Cat Everything!؟

All Cat Everything! هو إضافة Chrome تم تطويرها بواسطة bruce.conner.ii، والميزة الرئيسية لها هي "Throw some cats on that bitch.".

تحميل ملف CRX للإضافة All Cat Everything!

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

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

                        Throw some cats on that bitch!                    

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

الاسم All Cat Everything! All Cat Everything!
ID adbbggcbmgniipcimchdmgpgbpgeljki
عنوان URL الرسمي https://chrome.google.com/webstore/detail/all-cat-everything/adbbggcbmgniipcimchdmgpgbpgeljki
الوصف Throw some cats on that bitch.
حجم الملف 106 KB
عدد التثبيتات 53
النسخة الحالية 1.0.4
آخر تحديث 2015-07-28
تاريخ النشر 2015-07-28
تقييم 5.00/5 مجموع تقييمات 5
المطور bruce.conner.ii
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "All Cat Everything!",
    "description": "Throw some cats on that bitch.",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "popup.js",
                "content.js"
            ]
        }
    ]
}