Roblox Better Friends Visited

This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.

Roblox Better Friends Visited क्या है?

Roblox Better Friends Visited https://bg9.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Roblox Better Friends Visited एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ** fixed to work with latest update **

This extension revolutionizes Roblox's friends' visited banner on the home page by delivering a stunning redesign, while also providing precise game ratings and player counts.

If you experience any bugs or issues, feel free to message bg9 on Roblox.                    

एक्सटेंशन की मूल जानकारी

नाम Roblox Better Friends Visited Roblox Better Friends Visited
ID lppmnchjiipllfomfmbfmehmgjdocghl
आधिकारिक URL https://chromewebstore.google.com/detail/roblox-better-friends-vis/lppmnchjiipllfomfmbfmehmgjdocghl
विवरण This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.
फ़ाइल का आकार 50.8 KB
स्थापना संख्या 273
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-07-08
प्रकाशन तिथि 2023-06-08
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर https://bg9.site
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bg9.site
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roblox Better Friends Visited",
    "version": "1.1",
    "manifest_version": 3,
    "description": "This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.",
    "action": {
        "default_icon": "\/icons\/icon128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/home*"
            ],
            "run_at": "document_end",
            "js": [
                "\/plugin.js"
            ]
        }
    ]
}