Rename Trump

Does the mere sight of his name bring you frustration? Then change it to something else!

Rename Trumpคืออะไร?

Rename Trump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย doogin และคุณลักษณะหลักของมันคือ "Does the mere sight of his name bring you frustration? Then change it to something else!"

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

screenshot

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

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

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

                        Sick of looking at this man's name? GIve him a new name that will replace his real name on every website you visit.                    

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

ชื่อ Rename Trump Rename Trump
ID loiagmbficjodnelncioomijbmflhhia
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rename-trump/loiagmbficjodnelncioomijbmflhhia
คำอธิบาย Does the mere sight of his name bring you frustration? Then change it to something else!
ขนาดไฟล์ 39.79 KB
จำนวนการติดตั้ง 126
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2016-11-12
วันที่เผยแพร่ 2016-11-12
คะแนน 4.69/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา doogin
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://trumpinoneword.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rename Trump",
    "version": "1.2.4",
    "manifest_version": 2,
    "description": "Does the mere sight of his name bring you frustration? Then change it to something else!",
    "icons": {
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": {
            "16": "img\/b_icon16.png",
            "24": "img\/b_icon24.png",
            "32": "img\/b_icon32.png"
        },
        "default_popup": "popup.html"
    }
}