Roblox Cashback
Gives 9% - 36% cashback on selected Roblox items!
Vad är Roblox Cashback?
Roblox Cashback är en Chrome-tillägg utvecklad av Aurorius, och dess huvudfunktion är "Gives 9% - 36% cashback on selected Roblox items!".
Tilläggsskärmbilder
Ladda ner Roblox Cashback-förlängningens CRX-fil
Ladda ner Roblox Cashback-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension gives Roblox users 9% to up to 36% cashback on almost all items in the Roblox catalog. Grundläggande Information om Tillägg
| Namn | |
| ID | aeflocojigmaocpoakokapdehahgnbff |
| Officiell webbadress | https://chromewebstore.google.com/detail/roblox-cashback/aeflocojigmaocpoakokapdehahgnbff |
| Beskrivning | Gives 9% - 36% cashback on selected Roblox items! |
| Filstorlek | 116 KB |
| Antal Installationer | 435 |
| Aktuell Version | 0.1.3 |
| Senast Uppdaterad | 2023-02-23 |
| Publiceringsdatum | 2022-08-09 |
| Betyg | 4.00/5 Totalt 4 Betyg |
| Utvecklare | Aurorius |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://discord.gg/zFAn82pgM7 |
| URL till Sekretesspolicy Sidan | https://robuxcashback.xyz/pp |
| Stödda Språk | 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"
]
}
]
} | |