Trump Replacer
This extension will replace all mentions of Trump's name with your selected word or phrase
什麼是Trump Replacer?
Trump Replacer是由taylor.hocutt開發的Chrome擴展程式,該擴展的主要功能是“This extension will replace all mentions of Trump's name with your selected word or phrase”。
擴展截圖
下載Trump Replacer擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | iadkfodhaefhacmoigoakjcoagcfffld |
| 官方網址 | 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"
}
]
} | |