Roblox Cashback
Gives 9% - 36% cashback on selected Roblox items!
ما هو Roblox Cashback؟
Roblox Cashback هو إضافة Chrome تم تطويرها بواسطة Aurorius، والميزة الرئيسية لها هي "Gives 9% - 36% cashback on selected Roblox items!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Roblox Cashback
قم بتنزيل ملفات الامتداد Roblox Cashback بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://discord.gg/zFAn82pgM7 |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |