PokemonGo to Going Outside
Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
¿Qué es PokemonGo to Going Outside?
PokemonGo to Going Outside es una extensión de Chrome desarrollada por UmbleC, y su función principal es "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PokemonGo to Going Outside
Descarga archivos de extensión PokemonGo to Going Outside en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | PokemonGo to Going Outside |
ID | egoggplbblpkmdekligdlackcejbopkb |
URL Oficial | https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb |
Descripción | Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'. |
Tamaño del Archivo | 3.87 KB |
Cantidad de Instalaciones | 15 |
Versión Actual | 1.0 |
Última Actualización | 2016-07-14 |
Fecha de Publicación | 2016-07-13 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | UmbleC |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |