Doge for Chrome

5% chance of doge every time you load page

ما هو Doge for Chrome؟

Doge for Chrome هو إضافة Chrome تم تطويرها بواسطة Jared Silver، والميزة الرئيسية لها هي "5% chance of doge every time you load page".

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

screenshot

تحميل ملف CRX للإضافة Doge for Chrome

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

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

                        Such random. Many doge. Very 5% chance.

Do you need a little more doge in your life? Does the monotony of your day-to-day life make you want to bang your head against your desk? Drown in boredom no longer — introducing Doge for Chrome!

Doge for Chrome is an extension that will randomly display a delightful doge animation a small percentage of the time you load a new web page.

Studying for school got you down? Upset about the price of doge coin? Wish you had more friends? Cheer up instantly with this delightful doge animation, coming soon to a browser near you!                    

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

الاسم Doge for Chrome Doge for Chrome
ID hgbjmjjpoakdcllgikgchblebfclefii
عنوان URL الرسمي https://chromewebstore.google.com/detail/doge-for-chrome/hgbjmjjpoakdcllgikgchblebfclefii
الوصف 5% chance of doge every time you load page
حجم الملف 138 KB
عدد التثبيتات 3,435
النسخة الحالية 2.0
آخر تحديث 2021-06-07
تاريخ النشر 2016-05-16
تقييم 4.30/5 مجموع تقييمات 50
المطور Jared Silver
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Doge for Chrome",
    "description": "5% chance of doge every time you load page",
    "version": "2.0",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "96": "\/images\/icon96.png",
        "128": "\/images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "96": "\/images\/icon96.png",
            "128": "\/images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "animate.css",
                "doge.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}