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 |
官方URL | 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" } } |