TrumpBlock

Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.

TrumpBlockคืออะไร?

TrumpBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mahesh และคุณลักษณะหลักของมันคือ "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon."

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

screenshot

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

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

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

                        Use this extension if you hate seeing the name Donald Trump on your browser or if you just want to have some fun. It replaces Donald Trump by Mr. Bully and Melania Trump by Plagiarism Icon.

Not intended to hurt anyone but to beat some stress.

Any issues? Please contact: [email protected]                    

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

ชื่อ TrumpBlock TrumpBlock
ID ncomjcmhkflhahofhpnlldmpobaiihhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trumpblock/ncomjcmhkflhahofhpnlldmpobaiihhf
คำอธิบาย Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.
ขนาดไฟล์ 9.47 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2016-11-11
วันที่เผยแพร่ 2016-11-11
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Mahesh
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TrumpBlock",
    "description": "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.",
    "version": "0.4",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Block Trump!!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "contents.js"
            ],
            "run_at": "document_end"
        }
    ]
}