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

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

                        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"
}