Roblox Live Sales Count
A quick redirect to a live counter for your roblox items!
Hvad er Roblox Live Sales Count?
Roblox Live Sales Count er en Chrome-udvidelse udviklet af donovan, og dens hovedfunktion er "A quick redirect to a live counter for your roblox items!".
Udvidelsesskærmbilleder
Download Roblox Live Sales Count-udvidelses-CRX-fil
Download Roblox Live Sales Count-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fbkckknfepmjednmkdkmplplcggkfbbn |
| Officiel URL | https://chromewebstore.google.com/detail/roblox-live-sales-count/fbkckknfepmjednmkdkmplplcggkfbbn |
| Beskrivelse | A quick redirect to a live counter for your roblox items! |
| Filstørrelse | 380 KB |
| Antal Installationer | 11,190 |
| Nuværende Version | 1.1.5 |
| Senest Opdateret | 2019-03-14 |
| Udgivelsesdato | 2019-03-14 |
| Bedømmelse | 2.08/5 Samlet 39 Bedømmelser |
| Udvikler | donovan |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
}
]
} | |