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.
拡張機能の基本情報
名前 | virtual hide-and-go-seek |
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 |
Eメール | [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" } } |