virtual hide-and-go-seek

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

Wat is virtual hide-and-go-seek?

virtual hide-and-go-seek is een Chrome-extensie ontwikkeld door on_a_kazz_das, en de belangrijkste functie is "Play virtual hide-and-go-seek with your friends.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie virtual hide-and-go-seek

Download virtual hide-and-go-seek-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam virtual hide-and-go-seek virtual hide-and-go-seek
ID noobbeilmlkjplgjekbpdojnolibaiba
Officiële URL https://chromewebstore.google.com/detail/virtual-hide-and-go-seek/noobbeilmlkjplgjekbpdojnolibaiba
Beschrijving Play virtual hide-and-go-seek with your friends.
Bestandsgrootte 978 KB
Aantal Installaties 31
Huidige Versie 0.0.3
Laatst Bijgewerkt 2020-05-16
Publicatiedatum 2020-05-16
Ontwikkelaar on_a_kazz_das
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://anna.zone
Ondersteunde Talen 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"
    }
}