Rename Trump
Does the mere sight of his name bring you frustration? Then change it to something else!
什麼是Rename Trump?
Rename Trump是由doogin開發的Chrome擴展程式,該擴展的主要功能是“Does the mere sight of his name bring you frustration? Then change it to something else!”。
擴展截圖
下載Rename Trump擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | loiagmbficjodnelncioomijbmflhhia |
官方網址 | 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" } } |