Roblox Cashback
Gives 9% - 36% cashback on selected Roblox items!
什么是Roblox Cashback?
Roblox Cashback是由Aurorius开发的Chrome扩展程序,该扩展的主要功能是“Gives 9% - 36% cashback on selected Roblox items!”。
扩展截图
下载Roblox Cashback扩展crx文件
下载Roblox Cashback扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension gives Roblox users 9% to up to 36% cashback on almost all items in the Roblox catalog. 扩展基本信息
| 名称 | |
| ID | aeflocojigmaocpoakokapdehahgnbff |
| 官方URL | https://chromewebstore.google.com/detail/roblox-cashback/aeflocojigmaocpoakokapdehahgnbff |
| 简介 | Gives 9% - 36% cashback on selected Roblox items! |
| 文件大小 | 116 KB |
| 安装次数 | 435 |
| 当前版本 | 0.1.3 |
| 更新时间 | 2023-02-23 |
| 上架时间 | 2022-08-09 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | Aurorius |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://discord.gg/zFAn82pgM7 |
| 隐私政策页面URL | https://robuxcashback.xyz/pp |
| 支持的语言 | 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"
]
}
]
} | |