Trump Replace
Replaces all instances of Trump's name on every page with something more tolerable.
什麼是Trump Replace?
Trump Replace是由jackofspades開發的Chrome擴展程式,該擴展的主要功能是“Replaces all instances of Trump's name on every page with something more tolerable.”。
擴展截圖
下載Trump Replace擴展crx文件
下載Trump Replace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        A Chrome extension that replaces all instances of Donald Trump's name on websites with something more palatable. All nicknames are taken from late-night TV shows and other comedy writers.                     擴展基本資訊
| 名稱 |   |  
| ID | ndkbcljkfigafchkgjacamkkomjmdkpe | 
| 官方網址 | https://chromewebstore.google.com/detail/trump-replace/ndkbcljkfigafchkgjacamkkomjmdkpe | 
| 簡介 | Replaces all instances of Trump's name on every page with something more tolerable. | 
| 檔案大小 | 8 KB | 
| 安裝次數 | 77 | 
| 目前版本 | 1.1.0 | 
| 更新時間 | 2016-10-13 | 
| 上架時間 | 2016-10-13 | 
| 評分 | 4.92/5 共 12 次評分 | 
| 開發者 | jackofspades | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replace",
    "description": "Replaces all instances of Trump's name on every page with something more tolerable.",
    "version": "1.1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "trump.png",
        "26": "trump.png"
    }
}  |  |