Democrat Punch

Changes every instance of the word Nazi to Democrat

Democrat Punchคืออะไร?

Democrat Punch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Changes every instance of the word Nazi to Democrat"

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

screenshot

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

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

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

                        Democrat Punch is a tasty extension that replaces every use of the word "Nazi" with the word "Democrat". 

Created by Craig R. Brittain (@CraigRBrittain on Twitter) - if you like this extension please contribute to me via Patreon at http://Patreon.com/Audit or alternatively you can make one-time donations via Square Cash at http://cash.me/$CraigBrittain.                    

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

ชื่อ Democrat Punch Democrat Punch
ID hfdooeeigghchmdjnfbgdijidgkppdlb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/democrat-punch/hfdooeeigghchmdjnfbgdijidgkppdlb
คำอธิบาย Changes every instance of the word Nazi to Democrat
ขนาดไฟล์ 24.4 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.776
อัปเดตครั้งล่าสุด 2017-02-01
วันที่เผยแพร่ 2017-01-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://twitter.com/CraigRBrittain
URL หน้าช่วยเหลือ http://patreon.com/audit
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Democrat Punch",
    "description": "Changes every instance of the word Nazi to Democrat",
    "version": "1.776",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}