Roblox Cashback
Gives 9% - 36% cashback on selected Roblox items!
What is Roblox Cashback?
Roblox Cashback is a Chrome extension developed by Aurorius, and its main feature is "Gives 9% - 36% cashback on selected Roblox items!".
Extension Screenshots
Download Roblox Cashback Extension CRX File
Download Roblox Cashback 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
This extension gives Roblox users 9% to up to 36% cashback on almost all items in the Roblox catalog.
Extension Basic Information
Name | Roblox Cashback |
ID | aeflocojigmaocpoakokapdehahgnbff |
Official URL | https://chromewebstore.google.com/detail/roblox-cashback/aeflocojigmaocpoakokapdehahgnbff |
Description | Gives 9% - 36% cashback on selected Roblox items! |
File Size | 116 KB |
Installation Count | 435 |
Current Version | 0.1.3 |
Last Updated | 2023-02-23 |
Publish Date | 2022-08-09 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Aurorius |
[email protected] | |
Payment Type | free |
Help Page URL | https://discord.gg/zFAn82pgM7 |
Privacy Policy Page URL | https://robuxcashback.xyz/pp |
Supported Languages | 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" ] } ] } |