Donald Hamburgler

Replace Trump with Hamburgler to make the news easier to read

Donald Hamburglerคืออะไร?

Donald Hamburgler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dceu และคุณลักษณะหลักของมันคือ "Replace Trump with Hamburgler to make the news easier to read"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Donald Hamburgler

ดาวน์โหลดไฟล์ส่วนขยาย Donald Hamburgler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Making the news easier to read. Science.

https://github.com/rxall/donald-hamburgler                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Donald Hamburgler Donald Hamburgler
ID eeokommaohmmdicndonhmkaagpcjjihl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/donald-hamburgler/eeokommaohmmdicndonhmkaagpcjjihl
คำอธิบาย Replace Trump with Hamburgler to make the news easier to read
ขนาดไฟล์ 42.51 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2015-12-21
วันที่เผยแพร่ 2015-12-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา dceu
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.danclifford.eu
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Hamburgler",
    "description": "Replace Trump with Hamburgler to make the news easier to read",
    "version": "0.6",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}