PokemonGo to Going Outside
Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
PokemonGo to Going Outsideとは何ですか?
PokemonGo to Going OutsideはUmbleCによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.」です。
拡張機能のスクリーンショット
PokemonGo to Going Outside拡張機能のCRXファイルをダウンロード
PokemonGo to Going Outside拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is another one of those headline / article plugins.
Replace all the buzz about PokémonGo with what it really is - going outside and talking to people.
Credit to PJ Vogt for the idea and Eric Bailey's Millenial -> Snake People extension.
Feel free to have at it here: https://github.com/UmbleC/pokemon-go-to-outside 拡張機能の基本情報
| 名前 | |
| ID | egoggplbblpkmdekligdlackcejbopkb |
| 公式URL | https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb |
| 説明 | Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'. |
| ファイルサイズ | 3.87 KB |
| インストール数 | 15 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-07-14 |
| 公開日 | 2016-07-13 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | UmbleC |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PokemonGo to Going Outside",
"short_name": "Pokemon Go Outside",
"description": "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.",
"author": "Chloe Umble",
"version": "1.0",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |