Poketrump
Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.
什么是Poketrump?
Poketrump是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.”。
扩展截图
下载Poketrump扩展crx文件
下载Poketrump扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This changes Donald Trump's name to the name of a Pokemon chosen at random on page load. Because I like Pokémon and it makes reading the news easier. All Pokémon are copyright of their owners (the Pokémon Company, GameFreak, Nintendo, etc.) I believe that as a non-commercial work of fan art this complies with fair use. (Please no one sue me.) 扩展基本信息
| 名称 | |
| ID | pbcegjochobeogpdlbkokdehmoeafdlb |
| 官方URL | https://chromewebstore.google.com/detail/poketrump/pbcegjochobeogpdlbkokdehmoeafdlb |
| 简介 | Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use. |
| 文件大小 | 7.79 KB |
| 安装次数 | 80 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-04-09 |
| 上架时间 | 2016-04-09 |
| 评分 | 4.38/5 共13次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Poketrump",
"description": "Changes any mention of Donald Trump to the name of a random Pok\u00e9mon. Not for commercial use.",
"version": "0.1",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |