Roblox Live Sales Count
A quick redirect to a live counter for your roblox items!
Was ist Roblox Live Sales Count?
Roblox Live Sales Count ist eine Chrome-Erweiterung, die von donovan entwickelt wurde, und ihr Hauptmerkmal ist "A quick redirect to a live counter for your roblox items!".
Erweiterungsscreenshots
Roblox Live Sales Count-Erweiterungs-CRX-Datei herunterladen
Laden Sie Roblox Live Sales Count-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fbkckknfepmjednmkdkmplplcggkfbbn |
| Offizielle URL | https://chromewebstore.google.com/detail/roblox-live-sales-count/fbkckknfepmjednmkdkmplplcggkfbbn |
| Beschreibung | A quick redirect to a live counter for your roblox items! |
| Dateigröße | 380 KB |
| Installationsanzahl | 11,190 |
| Aktuelle Version | 1.1.5 |
| Letztes Update | 2019-03-14 |
| Veröffentlichungsdatum | 2019-03-14 |
| Bewertung | 2.08/5 Insgesamt 39 Bewertungen |
| Entwickler | donovan |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |