PokemonGo to Going Outside
Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
What is PokemonGo to Going Outside?
PokemonGo to Going Outside is a Chrome extension developed by UmbleC, and its main feature is "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.".
Extension Screenshots
Download PokemonGo to Going Outside Extension CRX File
Download PokemonGo to Going Outside extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | PokemonGo to Going Outside |
ID | egoggplbblpkmdekligdlackcejbopkb |
Official URL | https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb |
Description | Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'. |
File Size | 3.87 KB |
Installation Count | 15 |
Current Version | 1.0 |
Last Updated | 2016-07-14 |
Publish Date | 2016-07-13 |
Rating | 5.00/5 Total 3 Ratings |
Developer | UmbleC |
Payment Type | free |
Supported Languages | 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" } ] } |