Trump is a Chump

Replace the names of politicians with words of your own!

Trump is a Chumpคืออะไร?

Trump is a Chump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chumpextension และคุณลักษณะหลักของมันคือ "Replace the names of politicians with words of your own!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trump is a Chump

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

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

                        Is political news getting you down? Try out the Chump Trump extension! Every time you see the word "Trump" on your browser, it gets replaced by the word "Chump". Choose your own words to replace Trump with in the options page. Also works for Pence, Conway and McConnell.                    

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

ชื่อ Trump is a Chump Trump is a Chump
ID nlcibpbonljgjeiajboacpdblbibdocb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/trump-is-a-chump/nlcibpbonljgjeiajboacpdblbibdocb
คำอธิบาย Replace the names of politicians with words of your own!
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 129
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2020-10-31
วันที่เผยแพร่ 2020-03-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา chumpextension
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump is a Chump",
    "version": "0.2.1",
    "description": "Replace the names of politicians with words of your own!",
    "content_scripts": [
        {
            "css": [
                ".\/content\/style.css"
            ],
            "js": [
                ".\/content\/main.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background\/index.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "browser_action": {
        "default_popup": ".\/popup\/index.html"
    },
    "options_page": ".\/options\/index.html"
}