virtual hide-and-go-seek

Play virtual hide-and-go-seek with your friends.

ما هو virtual hide-and-go-seek؟

virtual hide-and-go-seek هو إضافة Chrome تم تطويرها بواسطة on_a_kazz_das، والميزة الرئيسية لها هي "Play virtual hide-and-go-seek with your friends.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة virtual hide-and-go-seek

قم بتنزيل ملفات الامتداد virtual hide-and-go-seek بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Hide GIFs on websites and try to find where your friends are hiding. Only play with people you personally invite to play.                    

معلومات أساسية عن التمديد

الاسم virtual hide-and-go-seek virtual hide-and-go-seek
ID noobbeilmlkjplgjekbpdojnolibaiba
عنوان URL الرسمي https://chromewebstore.google.com/detail/virtual-hide-and-go-seek/noobbeilmlkjplgjekbpdojnolibaiba
الوصف Play virtual hide-and-go-seek with your friends.
حجم الملف 978 KB
عدد التثبيتات 31
النسخة الحالية 0.0.3
آخر تحديث 2020-05-16
تاريخ النشر 2020-05-16
المطور on_a_kazz_das
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://anna.zone
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "virtual hide-and-go-seek",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Play virtual hide-and-go-seek with your friends.",
    "homepage_url": "https:\/\/anna.zone",
    "icons": {
        "16": "icons\/icon_cl_2.png",
        "48": "icons\/icon_cl_2.png",
        "128": "icons\/icon_cl_2.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon_cl_2.png",
        "default_title": "virtual hide-and-go-seek",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}