Roblox Cashback
Gives 9% - 36% cashback on selected Roblox items!
Wat is Roblox Cashback?
Roblox Cashback is een Chrome-extensie ontwikkeld door Aurorius, en de belangrijkste functie is "Gives 9% - 36% cashback on selected Roblox items!".
Extensie Screenshots
Download het CRX-bestand van de extensie Roblox Cashback
Download Roblox Cashback-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension gives Roblox users 9% to up to 36% cashback on almost all items in the Roblox catalog. Basisinformatie over de Extensie
| Naam | |
| ID | aeflocojigmaocpoakokapdehahgnbff |
| Officiële URL | https://chromewebstore.google.com/detail/roblox-cashback/aeflocojigmaocpoakokapdehahgnbff |
| Beschrijving | Gives 9% - 36% cashback on selected Roblox items! |
| Bestandsgrootte | 116 KB |
| Aantal Installaties | 435 |
| Huidige Versie | 0.1.3 |
| Laatst Bijgewerkt | 2023-02-23 |
| Publicatiedatum | 2022-08-09 |
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Aurorius |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://discord.gg/zFAn82pgM7 |
| URL van de Privacybeleid Pagina | https://robuxcashback.xyz/pp |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Roblox Cashback",
"version": "0.1.3",
"description": "Gives 9% - 36% cashback on selected Roblox items!",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Roblox Cashback",
"default_popup": "popup.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules_1.json"
}
]
},
"host_permissions": [
"https:\/\/*.roblox.com\/*",
"https:\/\/robuxcashback.xyz\/*"
],
"permissions": [
"declarativeNetRequest",
"notifications",
"scripting"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.roblox.com\/*"
],
"js": [
"contentScript.js",
"cashbackAmounts.js",
"cashbackAmountsOnItem.js",
"cashbackAmountsOnGame.js"
]
}
]
} | |