We Love Katya

Display lots of pictures of Katya in your browser

ما هو We Love Katya؟

We Love Katya هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Display lots of pictures of Katya in your browser".

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

screenshot

تحميل ملف CRX للإضافة We Love Katya

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

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

                        This extension replaces all images in your browser for a picture of Katya, the famous Drag Queen.
Don't worry, is nothing permanent. Just reload the page and everything will be back to normal                    

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

الاسم We Love Katya We Love Katya
ID lbcakgcpbinaifejpmgcfboofkdbmkjj
عنوان URL الرسمي https://chromewebstore.google.com/detail/we-love-katya/lbcakgcpbinaifejpmgcfboofkdbmkjj
الوصف Display lots of pictures of Katya in your browser
حجم الملف 84.94 KB
عدد التثبيتات 41
النسخة الحالية 0.0.0.2
آخر تحديث 2016-12-18
تاريخ النشر 2016-12-18
تقييم 3.83/5 مجموع تقييمات 6
المطور Unknown
نوع الدفع free
موقع الإضافة https://matheusfreitag.github.io/WeLoveKatya/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "We Love Katya",
    "version": "0.0.0.2",
    "description": "Display lots of pictures of Katya in your browser",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}