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"
}
]
} | |