Roblox Cancel Pending Requests

Allows you to cancel pending friend requests on Roblox

什麼是Roblox Cancel Pending Requests?

Roblox Cancel Pending Requests是由bg9開發的Chrome擴展程式,該擴展的主要功能是“Allows you to cancel pending friend requests on Roblox”。

擴展截圖

screenshot

下載Roblox Cancel Pending Requests擴展crx文件

下載Roblox Cancel Pending Requests擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Roblox Cancel Pending Requests
ID lcbammllahiomehmmgknajealgajchbp
官方網址 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"
            ]
        }
    ]
}