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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}