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 |
| 官方網址 | 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"
}
} | |