Unstumpable
Replace Trump
什么是Unstumpable?
Unstumpable是由Gary Spagnoli开发的Chrome扩展程序,该扩展的主要功能是“Replace Trump”。
扩展截图
下载Unstumpable扩展crx文件
下载Unstumpable扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a useless extension I created just to learn how to create extensions. It filters out any reference to Donald Trump to his true self, Pepe Trump. 扩展基本信息
| 名称 | |
| ID | olgihcknlpdaiabajdhbmcmdmfhondae |
| 官方URL | https://chromewebstore.google.com/detail/unstumpable/olgihcknlpdaiabajdhbmcmdmfhondae |
| 简介 | Replace Trump |
| 文件大小 | 5.2 KB |
| 安装次数 | 13 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-01-03 |
| 上架时间 | 2016-01-03 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | Gary Spagnoli |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Unstumpable",
"description": "Replace Trump",
"version": "0.1",
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |