Roblox Cancel Pending Requests

Allows you to cancel pending friend requests on Roblox

Roblox Cancel Pending Requests là gì?

Roblox Cancel Pending Requests là một tiện ích mở rộng Chrome được phát triển bởi bg9, và tính năng chính của nó là "Allows you to cancel pending friend requests on Roblox".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Roblox Cancel Pending Requests

Tải xuống các tệp mở rộng Roblox Cancel Pending Requests dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Roblox Cancel Pending Requests Roblox Cancel Pending Requests
ID lcbammllahiomehmmgknajealgajchbp
URL Chính Thức https://chromewebstore.google.com/detail/roblox-cancel-pending-req/lcbammllahiomehmmgknajealgajchbp
Mô tả Allows you to cancel pending friend requests on Roblox
Kích Thước Tệp 50.56 KB
Số Lần Cài Đặt 19,808
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-06-10
Ngày Phát Hành 2021-05-27
Đánh Giá 4.31/5 Tổng số 35 Đánh Giá
Nhà Phát Triển bg9
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}