Better Roblox Friendslist

a better roblox friends list

Vad är Better Roblox Friendslist?

Better Roblox Friendslist är en Chrome-tillägg utvecklad av roblox-extensions, och dess huvudfunktion är "a better roblox friends list".

Tilläggsskärmbilder

screenshot

Ladda ner Better Roblox Friendslist-förlängningens CRX-fil

Ladda ner Better Roblox Friendslist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Better Roblox Friendslist is an extension that replaces roblox's default friends list with an easier to use one.

Toggle the extension with the button at the top right

Right click on friends to open the menu to join them                    

Grundläggande Information om Tillägg

Namn Better Roblox Friendslist Better Roblox Friendslist
ID eadpdfjhlpoalfnipgacnipgbobpjohh
Officiell webbadress https://chromewebstore.google.com/detail/better-roblox-friendslist/eadpdfjhlpoalfnipgacnipgbobpjohh
Beskrivning a better roblox friends list
Filstorlek 264 KB
Antal Installationer 20,000
Aktuell Version 0.2.1
Senast Uppdaterad 2023-02-07
Publiceringsdatum 2022-01-05
Betyg 3.58/5 Totalt 69 Betyg
Utvecklare roblox-extensions
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Roblox Friendslist",
    "description": "a better roblox friends list",
    "version": "0.2.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/Icon16x.png",
        "48": "icons\/Icon48x.png",
        "128": "icons\/Icon128x.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "WindowCommunication.bundle.js",
                "unknowngame.png",
                "icons\/Icon48x.png"
            ],
            "matches": [
                "*:\/\/www.roblox.com\/*",
                "*:\/\/web.roblox.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.roblox.com\/*",
                "*:\/\/web.roblox.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.roblox.com\/*"
    ]
}