De-Doggo

De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.

ما هو De-Doggo؟

De-Doggo هو إضافة Chrome تم تطويرها بواسطة Very_Agreeable، والميزة الرئيسية لها هي "De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة De-Doggo

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

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

                        Also, 'chonkers', 'fluffers', 'cattos' and a few others.                    

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

الاسم De-Doggo De-Doggo
ID jflcihegipialnhcgfhpmheincmkjcfc
عنوان URL الرسمي https://chromewebstore.google.com/detail/de-doggo/jflcihegipialnhcgfhpmheincmkjcfc
الوصف De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.
حجم الملف 10.16 KB
عدد التثبيتات 53
النسخة الحالية 0.6.2.1
آخر تحديث 2019-06-06
تاريخ النشر 2019-06-06
تقييم 5.00/5 مجموع تقييمات 5
المطور Very_Agreeable
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "De-Doggo",
    "description": "De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.",
    "version": "0.6.2.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}