Bubber-O-Matic

Replaces all images with images of Bubber.

ما هو Bubber-O-Matic؟

Bubber-O-Matic هو إضافة Chrome تم تطويرها بواسطة Null4President، والميزة الرئيسية لها هي "Replaces all images with images of Bubber.".

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

screenshot

تحميل ملف CRX للإضافة Bubber-O-Matic

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

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

                        May cause issues when browsing SSL secured websites.                    

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

الاسم Bubber-O-Matic Bubber-O-Matic
ID ogljgmfneplhjbcahmekaeichmngdmpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/bubber-o-matic/ogljgmfneplhjbcahmekaeichmngdmpd
الوصف Replaces all images with images of Bubber.
حجم الملف 82.45 KB
عدد التثبيتات 21
النسخة الحالية 1.0.1
آخر تحديث 2013-09-08
تاريخ النشر 2013-09-08
تقييم 5.00/5 مجموع تقييمات 2
المطور Null4President
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Null4President",
    "name": "Bubber-O-Matic",
    "description": "Replaces all images with images of Bubber.",
    "icons": {
        "16": "Icon_16.png",
        "48": "Icon_48.png",
        "128": "Icon_128.png"
    },
    "version": "1.0.1",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}