VOID Group Extension for Roblox
VOID roblox group extension to let members know when events occur
VOID Group Extension for Robloxとは何ですか?
VOID Group Extension for Robloxはfufyfによって開発されたChromeの拡張機能で、その主な機能は「VOID roblox group extension to let members know when events occur」です。
拡張機能のスクリーンショット
VOID Group Extension for Roblox拡張機能のCRXファイルをダウンロード
VOID Group Extension for Roblox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension to let VOID members know when events occur through a chrome notification that directly links to the shout or the url included in the shout. This will help awareness of members when they are on 'do-not-disturb' or do not have discord open. More features will be coming so stay tuned.
拡張機能の基本情報
名前 | |
ID | hhiegjpcamkjghjabgimmfnahjmnhpej |
公式URL | https://chromewebstore.google.com/detail/void-group-extension-for/hhiegjpcamkjghjabgimmfnahjmnhpej |
説明 | VOID roblox group extension to let members know when events occur |
ファイルサイズ | 795 KB |
インストール数 | 57 |
現在のバージョン | 0.2.3 |
最終更新日 | 2021-07-04 |
公開日 | 2021-06-21 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | fufyf |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.roblox.com/groups/11009168/The-Locust-Hord#!/about |
ヘルプページのURL | https://discord.gg/M8uTVv47kw |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VOID Group Extension for Roblox", "description": "VOID roblox group extension to let members know when events occur", "version": "0.2.3", "manifest_version": 2, "icons": { "16": ".\/chaos-16x16.png", "32": ".\/chaos-32x32.png", "48": ".\/chaos-48x48.png", "128": ".\/chaos-128x128.png" }, "background": { "scripts": [ ".\/background.js" ], "persisent": true }, "options_page": ".\/options.html", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "alarms", "notifications", "storage" ] } |