Roblox Cancel Pending Requests
Allows you to cancel pending friend requests on Roblox
ما هو Roblox Cancel Pending Requests؟
Roblox Cancel Pending Requests هو إضافة Chrome تم تطويرها بواسطة bg9، والميزة الرئيسية لها هي "Allows you to cancel pending friend requests on Roblox".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Roblox Cancel Pending Requests
قم بتنزيل ملفات الامتداد Roblox Cancel Pending Requests بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is a highly requested feature on the roblox.com website, but was never added. With this extension you'll be able to cancel any pending friend requests you sent, an example of using this would be if you accidentally sent someone a friend request and would like to cancel it. If you experience any bugs, message bg9 on Roblox. Check out my other Roblox extensions: Roblox Better Friends Visited (redesigns the "friend activity" banner and adds back game rating + player count https://chrome.google.com/webstore/detail/roblox-better-friends-visted/lppmnchjiipllfomfmbfmehmgjdocghl
معلومات أساسية عن التمديد
الاسم | Roblox Cancel Pending Requests |
ID | lcbammllahiomehmmgknajealgajchbp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/roblox-cancel-pending-req/lcbammllahiomehmmgknajealgajchbp |
الوصف | Allows you to cancel pending friend requests on Roblox |
حجم الملف | 50.56 KB |
عدد التثبيتات | 19,808 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-06-10 |
تاريخ النشر | 2021-05-27 |
تقييم | 4.31/5 مجموع تقييمات 35 |
المطور | bg9 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roblox Cancel Pending Requests", "version": "1.0", "manifest_version": 2, "description": "Allows you to cancel pending friend requests on Roblox", "browser_action": { "default_icon": "\/icons\/icon128x128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.roblox.com\/users\/*" ], "run_at": "document_end", "js": [ "\/plugin.js" ] } ] } |