Trumpinator 3000
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
什麼是Trumpinator 3000?
Trumpinator 3000是由boomeasy開發的Chrome擴展程式,該擴展的主要功能是“Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!”。
擴展截圖
下載Trumpinator 3000擴展crx文件
下載Trumpinator 3000擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Make the web great again!
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
inspired by trumpweb with additional quotes and some bug fixes. 擴展基本資訊
| 名稱 | |
| ID | khfhhpmllkcdelbmpilggheoeopjhdmk |
| 官方網址 | https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk |
| 簡介 | Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again! |
| 檔案大小 | 61.52 KB |
| 安裝次數 | 21 |
| 目前版本 | 0.1.2 |
| 更新時間 | 2016-01-24 |
| 上架時間 | 2016-01-23 |
| 開發者 | boomeasy |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://twitter.com/trumpinator3000 |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trumpinator 3000",
"version": "0.1.2",
"description": "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!",
"icons": {
"16": "16x16_crop_trumper.png",
"48": "48x48_crop_trumper.png",
"128": "128x128_crop_trumper.png"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |