GabeN

Changes All Of The Images To GABEN. None of the code belongs to me

ما هو GabeN؟

GabeN هو إضافة Chrome تم تطويرها بواسطة Iseeicy Hawkston، والميزة الرئيسية لها هي "Changes All Of The Images To GABEN. None of the code belongs to me".

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

screenshot
screenshot

تحميل ملف CRX للإضافة GabeN

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

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

                        A Great App that has been ported from a bookmarklet, to a button. None of the code belongs to me.
GABEN!                    

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

الاسم GabeN GabeN
ID eekhpjpifcilnhjinifhcpcckjjmkbdd
عنوان URL الرسمي https://chromewebstore.google.com/detail/gaben/eekhpjpifcilnhjinifhcpcckjjmkbdd
الوصف Changes All Of The Images To GABEN. None of the code belongs to me
حجم الملف 66.48 KB
عدد التثبيتات 200
النسخة الحالية 2.0.0
آخر تحديث 2013-12-19
تاريخ النشر 2013-12-19
تقييم 4.06/5 مجموع تقييمات 35
المطور Iseeicy Hawkston
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GabeN",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Changes All Of The Images To GABEN. None of the code belongs to me",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ]
        }
    ]
}