Trump To Chump
Replaces the text 'Trump' with 'Chump'.
什麼是Trump To Chump?
Trump To Chump是由Drew Wasem開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Trump' with 'Chump'.”。
擴展截圖
下載Trump To Chump擴展crx文件
下載Trump To Chump擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Spreading the truth throughout the internet, Donald Trump is a Chump. 擴展基本資訊
| 名稱 | |
| ID | almlkepgjlmnpndeahbcpinhhdffbech |
| 官方網址 | https://chrome.google.com/webstore/detail/trump-to-chump/almlkepgjlmnpndeahbcpinhhdffbech |
| 簡介 | Replaces the text 'Trump' with 'Chump'. |
| 檔案大小 | 18.68 KB |
| 安裝次數 | 19 |
| 目前版本 | 1 |
| 更新時間 | 2015-08-23 |
| 上架時間 | 2015-08-23 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Drew Wasem |
| 付費類型 | free |
| 擴展官網 | https://github.com/CapeDrew/Trump-To-Chump |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trump To Chump",
"short_name": "Trump To Chump",
"description": "Replaces the text 'Trump' with 'Chump'.",
"author": "Andrew R Wasem",
"version": "1",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |