PokemonGo to Going Outside

Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.

Τι είναι το PokemonGo to Going Outside;

Το PokemonGo to Going Outside είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον UmbleC, και η κύρια λειτουργία του είναι "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης PokemonGo to Going Outside

Λήψη αρχείων επέκτασης 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PokemonGo to Going Outside PokemonGo to Going 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"
        }
    ]
}