virtual hide-and-go-seek

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

What is virtual hide-and-go-seek?

virtual hide-and-go-seek is a Chrome extension developed by on_a_kazz_das, and its main feature is "Play virtual hide-and-go-seek with your friends.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download virtual hide-and-go-seek Extension CRX File

Download virtual hide-and-go-seek extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name virtual hide-and-go-seek virtual hide-and-go-seek
ID noobbeilmlkjplgjekbpdojnolibaiba
Official URL https://chromewebstore.google.com/detail/virtual-hide-and-go-seek/noobbeilmlkjplgjekbpdojnolibaiba
Description Play virtual hide-and-go-seek with your friends.
File Size 978 KB
Installation Count 31
Current Version 0.0.3
Last Updated 2020-05-16
Publish Date 2020-05-16
Developer on_a_kazz_das
Email [email protected]
Payment Type free
Extension Website https://anna.zone
Supported Languages 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"
    }
}