Roblox Live Sales Count
A quick redirect to a live counter for your roblox items!
What is Roblox Live Sales Count?
Roblox Live Sales Count is a Chrome extension developed by donovan, and its main feature is "A quick redirect to a live counter for your roblox items!".
Extension Screenshots
Download Roblox Live Sales Count Extension CRX File
Download Roblox Live Sales Count extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Roblox Live Sales Count |
ID | fbkckknfepmjednmkdkmplplcggkfbbn |
Official URL | https://chromewebstore.google.com/detail/roblox-live-sales-count/fbkckknfepmjednmkdkmplplcggkfbbn |
Description | A quick redirect to a live counter for your roblox items! |
File Size | 380 KB |
Installation Count | 11,190 |
Current Version | 1.1.5 |
Last Updated | 2019-03-14 |
Publish Date | 2019-03-14 |
Rating | 2.08/5 Total 39 Ratings |
Developer | donovan |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |