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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
}