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 |
| Eメール | [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"
]
}
]
} | |