Drumpfinator++

Add this app to your Chrome browser to make reading new articles great again.

Drumpfinator++คืออะไร?

Drumpfinator++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย McRain และคุณลักษณะหลักของมันคือ "Add this app to your Chrome browser to make reading new articles great again."

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

screenshot

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

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

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

                        Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit.

The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.                    

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

ชื่อ Drumpfinator++ Drumpfinator++
ID eojeglolelohngdhhddhpogkinjpedpi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi
คำอธิบาย Add this app to your Chrome browser to make reading new articles great again.
ขนาดไฟล์ 150 KB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-03-13
วันที่เผยแพร่ 2016-03-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา McRain
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpfinator++",
    "version": "1.0",
    "description": "Add this app to your Chrome browser to make reading new articles great again.",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Make Donald Drumpf Again!",
        "default_popup": "popup.html"
    }
}