virtual hide-and-go-seek

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

virtual hide-and-go-seek là gì?

virtual hide-and-go-seek là một tiện ích mở rộng Chrome được phát triển bởi on_a_kazz_das, và tính năng chính của nó là "Play virtual hide-and-go-seek with your friends.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng virtual hide-and-go-seek

Tải xuống các tệp mở rộng virtual hide-and-go-seek dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên virtual hide-and-go-seek virtual hide-and-go-seek
ID noobbeilmlkjplgjekbpdojnolibaiba
URL Chính Thức https://chromewebstore.google.com/detail/virtual-hide-and-go-seek/noobbeilmlkjplgjekbpdojnolibaiba
Mô tả Play virtual hide-and-go-seek with your friends.
Kích Thước Tệp 978 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2020-05-16
Ngày Phát Hành 2020-05-16
Nhà Phát Triển on_a_kazz_das
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://anna.zone
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}