DOGE

Replaces all images on all pages to DOGE. Ours is not to ask why.

ما هو DOGE؟

DOGE هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Replaces all images on all pages to DOGE. Ours is not to ask why.".

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

screenshot
screenshot
screenshot

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

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

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

                        This plugin attempts to replace every image on every webpage with that of a doge or doge-related activity.                    

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

الاسم DOGE DOGE
ID jailgicjdknlmhgikjppdfbjcbjmaeom
عنوان URL الرسمي https://chromewebstore.google.com/detail/doge/jailgicjdknlmhgikjppdfbjcbjmaeom
الوصف Replaces all images on all pages to DOGE. Ours is not to ask why.
حجم الملف 71.01 KB
عدد التثبيتات 306
النسخة الحالية 1.3
آخر تحديث 2014-06-03
تاريخ النشر 2014-06-03
تقييم 2.85/5 مجموع تقييمات 27
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Shibesoft",
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png"
    },
    "description": "Replaces all images on all pages to DOGE. Ours is not to ask why.",
    "manifest_version": 2,
    "name": "DOGE",
    "version": "1.3"
}