Roblox Live Sales Count
A quick redirect to a live counter for your roblox items!
Roblox Live Sales Count란 무엇입니까?
Roblox Live Sales Count은(는) donovan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A quick redirect to a live counter for your roblox items!"입니다.
확장 프로그램 스크린샷
Roblox Live Sales Count 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Roblox Live Sales Count is an extension that was made for easy access to a live counter of sales on a Roblox item. A little icon will pop up on any item that will redirect you to a web page with the live sales counter on it.
확장 프로그램 기본 정보
이름 | Roblox Live Sales Count |
ID | fbkckknfepmjednmkdkmplplcggkfbbn |
공식 URL | https://chromewebstore.google.com/detail/roblox-live-sales-count/fbkckknfepmjednmkdkmplplcggkfbbn |
설명 | A quick redirect to a live counter for your roblox items! |
파일 크기 | 380 KB |
설치 횟수 | 11,190 |
현재 버전 | 1.1.5 |
최근 업데이트 | 2019-03-14 |
출시 날짜 | 2019-03-14 |
평점 | 2.08/5 총 39 개의 평점 |
개발자 | donovan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Roblox Live Sales Count", "version": "1.1.5", "description": "A quick redirect to a live counter for your roblox items!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.roblox.com\/catalog\/*", "https:\/\/www.roblox.com\/game-pass\/*", "https:\/\/www.roblox.com\/library\/*", "https:\/\/donovan.vaxxine.com\/livecount\/*", "http:\/\/donovan.vaxxine.com\/livecount\/*" ] } ] } |