virtual hide-and-go-seek
Play virtual hide-and-go-seek with your friends.
什么是virtual hide-and-go-seek?
virtual hide-and-go-seek是由on_a_kazz_das开发的Chrome扩展程序,该扩展的主要功能是“Play virtual hide-and-go-seek with your friends.”。
扩展截图
下载virtual hide-and-go-seek扩展crx文件
下载virtual hide-and-go-seek扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hide GIFs on websites and try to find where your friends are hiding. Only play with people you personally invite to play. 扩展基本信息
| 名称 | |
| 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"
}
} | |