PokemonGo to Going Outside
Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
O que é PokemonGo to Going Outside?
PokemonGo to Going Outside é uma extensão do Chrome desenvolvida por UmbleC, e sua principal característica é "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PokemonGo to Going Outside
Baixe arquivos de extensão PokemonGo to Going Outside no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | PokemonGo to Going Outside |
ID | egoggplbblpkmdekligdlackcejbopkb |
URL Oficial | https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb |
Descrição | Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'. |
Tamanho do Arquivo | 3.87 KB |
Contagem de Instalações | 15 |
Versão Atual | 1.0 |
Última Atualização | 2016-07-14 |
Data de Publicação | 2016-07-13 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | UmbleC |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |