PokeDemon - Pokemon Replacer
Removes the word Pokemon from all web pages and replaces it with a random word
什么是PokeDemon - Pokemon Replacer?
PokeDemon - Pokemon Replacer是由https://diginomadic.com/apps开发的Chrome扩展程序,该扩展的主要功能是“Removes the word Pokemon from all web pages and replaces it with a random word”。
扩展截图
下载PokeDemon - Pokemon Replacer扩展crx文件
下载PokeDemon - Pokemon Replacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
PokeDemon replaces all instances of the word Pokemon in your browser to a random other game. If you're tired of hearing the world go crazy about Pokemon then this is the extension for you. 扩展基本信息
| 名称 | |
| ID | ckmckfpgpinaipfjomhahlahnindcnpp |
| 官方URL | https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp |
| 简介 | Removes the word Pokemon from all web pages and replaces it with a random word |
| 文件大小 | 38.52 KB |
| 安装次数 | 36 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2016-07-23 |
| 上架时间 | 2016-07-23 |
| 评分 | 2.50/5 共4次评分 |
| 开发者 | https://diginomadic.com/apps |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PokeDemon - Pokemon Replacer",
"description": "Removes the word Pokemon from all web pages and replaces it with a random word",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"version": "1.0.1",
"short_name": "PokeDemon",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |