“President” Trump
Replaces instances of President Trump with “President” Trump (adds quotations)
什么是“President” Trump?
“President” Trump是由https://www.someguy.is开发的Chrome扩展程序,该扩展的主要功能是“Replaces instances of President Trump with “President” Trump (adds quotations)”。
扩展截图
下载“President” Trump扩展crx文件
下载“President” Trump扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It'll also insert "President" before mentions of Trump... because over the next 4 years, it's important to be reminded that his presidency is illegitimate. Give it a try, it's oddly soothing.
扩展基本信息
名称 | “President” Trump |
ID | mepmmhgfbgdepgombedfmppbjcjnaibg |
官方URL | https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg |
简介 | Replaces instances of President Trump with “President” Trump (adds quotations) |
文件大小 | 200 KB |
安装次数 | 246 |
当前版本 | 1.2 |
更新时间 | 2017-01-21 |
上架时间 | 2017-01-21 |
评分 | 4.73/5 共22次评分 |
开发者 | https://www.someguy.is |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.someguy.is |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u201cPresident\u201d Trump", "short_name": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations", "version": "1.2", "description": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations)", "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "myscript.js" ], "run_at": "document_end" } ] } |