Roblox Enhancer

Enhances webpages on Roblox!

Roblox Enhancer क्या है?

Roblox Enhancer https://reddington.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances webpages on Roblox!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Features:
- View RAP on profile
-Website status shortcut
- auto refresh
- Dark theme(beta)
- Message notifications
- Mutual Friends
- Online Notifications(Not working properly yet)

If you have any bugs/features leave a message in the support tab.

~ New Updates ~

Visit the website for information about updates and features.                    

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

नाम Roblox Enhancer Roblox Enhancer
ID gmnpgjlgjedlhfnphihaimmimdmmgiim
आधिकारिक URL https://chromewebstore.google.com/detail/roblox-enhancer/gmnpgjlgjedlhfnphihaimmimdmmgiim
विवरण Enhances webpages on Roblox!
फ़ाइल का आकार 2.41 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.116
अंतिम अपडेट 2023-12-31
प्रकाशन तिथि 2020-04-01
रेटिंग 3.33/5 कुल 88 रेटिंग्स
डेवलपर https://reddington.xyz
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://reddington.xyz/Enhancer
गोपनीयता नीति पृष्ठ URL https://reddington.xyz/Privacy
समर्थित भाषाएँ en
manifest.json
{
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiid4Pk6XcSYQLv+BsixQvQoGE6zpcIfeQV0Y4G9+TJ8ZAfYHiBPJdCDOgs8VkLAB9\/12TWmowkvG4bR5lERNN4jvoKF1FyEHLip2oiOLP3Dt+KOkqEWMGQcAHrb3mdsM\/BFqueY+Yo9D0GicTYJpkKEW+o8YCTe0pyeOoEBe2IwV+W4vVuuhyMABUAxUyVOVZlgRvdQG+bveiNOFsQKUS1hpDzP+UoEdMh38Sil9Ln6pF\/Wo3ctdBqXb+WgI+qVVUteGp4iFPh3mw8KK4MiMMW5tKFRCXYu45pEWRazZ47NwFPm45W2VHDqeKFbplij3cqTT+HV5kRjTTmLW3X5mdQIDAQAB",
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "name": "Roblox Enhancer",
    "short_name": "Roblox Enhancer",
    "version": "0.116",
    "description": "Enhances webpages on Roblox!",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/MyPlugins.js",
                "*.css",
                "*.svg",
                "*.png",
                "*.html",
                "*.js"
            ],
            "matches": [
                "*:\/\/roblox.com\/*",
                "*:\/\/web.roblox.com\/*",
                "*:\/\/www.roblox.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to check information!"
    },
    "content_scripts": [
        {
            "css": [
                "css\/jquery.growl.css",
                "css\/balloon.min.css",
                "css\/mutual.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/bootstrap.min.js",
                "scripts\/angular.min.js",
                "scripts\/obc.js",
                "scripts\/jquery.linkify.min.js",
                "scripts\/jquery.growl.js"
            ],
            "matches": [
                "*:\/\/roblox.com\/*",
                "*:\/\/web.roblox.com\/*",
                "*:\/\/www.roblox.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "scripts\/MyPlugins.js",
                "scripts\/myscript.js"
            ],
            "matches": [
                "*:\/\/roblox.com\/*",
                "*:\/\/web.roblox.com\/*",
                "*:\/\/www.roblox.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.roblox.com\/*",
        "*:\/\/friends.roblox.com\/*",
        "*:\/\/assetgame.roblox.com\/*",
        "*:\/\/*.rbxcdn.com\/*",
        "*:\/\/github.com\/*",
        "*:\/\/extensionpay.com\/*"
    ]
}