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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |