Roblox Cashback

Gives 9% - 36% cashback on selected Roblox items!

什麼是Roblox Cashback?

Roblox Cashback是由Aurorius開發的Chrome擴展程式,該擴展的主要功能是“Gives 9% - 36% cashback on selected Roblox items!”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Roblox Cashback Roblox Cashback
ID aeflocojigmaocpoakokapdehahgnbff
官方網址 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"
            ]
        }
    ]
}