PokemonGo to Going Outside
Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
Qu'est-ce que PokemonGo to Going Outside ?
PokemonGo to Going Outside est une extension Chrome développée par UmbleC, et sa fonction principale est "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PokemonGo to Going Outside
Téléchargez les fichiers d'extension PokemonGo to Going Outside au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | PokemonGo to Going Outside |
ID | egoggplbblpkmdekligdlackcejbopkb |
URL Officiel | https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb |
Description | Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'. |
Taille du Fichier | 3.87 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-07-14 |
Date de Publication | 2016-07-13 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | UmbleC |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |