Trump Replacer

This extension will replace all mentions of Trump's name with your selected word or phrase

Trump Replacerคืออะไร?

Trump Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย taylor.hocutt และคุณลักษณะหลักของมันคือ "This extension will replace all mentions of Trump's name with your selected word or phrase"

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

screenshot

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

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

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

                        Add this app to your Chrome browser and replace all instances of "Trump" with a word or phrase of your choice! Just click the plugin icon in the top of your browser and enter in a new value.                    

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

ชื่อ Trump Replacer Trump Replacer
ID iadkfodhaefhacmoigoakjcoagcfffld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trump-replacer/iadkfodhaefhacmoigoakjcoagcfffld
คำอธิบาย This extension will replace all mentions of Trump's name with your selected word or phrase
ขนาดไฟล์ 6.09 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2016-11-21
วันที่เผยแพร่ 2016-11-21
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา taylor.hocutt
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replacer",
    "description": "This extension will replace all mentions of Trump's name with your selected word or phrase",
    "version": "1.6",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}