RoSeal - Augmented Roblox Experience

Improve your Roblox website experience. And there's also seals.

什麼是RoSeal - Augmented Roblox Experience?

RoSeal - Augmented Roblox Experience是由https://roseal.live開發的Chrome擴展程式,該擴展的主要功能是“Improve your Roblox website experience. And there's also seals.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載RoSeal - Augmented Roblox Experience擴展crx文件

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

擴展使用說明

                        A web extension (with a seal mascot!) to improve your Roblox experience.

Enjoy features including:
- Discover filtering to filter through experiences on the Discover page
- Group drag-and-drop organization customization, folders included
- Better badges list with comparing badges between 2 users
- Block experiences from appearing on the site
- Store, import, and export experience private server links
- Accounts manager to switch between accounts
- View experience developer products and see possible microtransactions
- Mention users/groups in an item description
- Refreshed home header to greet you
- Chat sorts to sort your conversations with your friends
- Remove unnecessary home sorts
- Quick actions in cards on your friends page to unfriend/follow/force unfollow faster

Please note that some features may need to be toggled manually, including experimental and beta features.
See https://www.roseal.live for more information.                    

擴展基本資訊

名稱 RoSeal - Augmented Roblox Experience RoSeal - Augmented Roblox Experience
ID hfjngafpndganmdggnapblamgbfjhnof
官方網址 https://chromewebstore.google.com/detail/roseal-augmented-roblox-e/hfjngafpndganmdggnapblamgbfjhnof
簡介 Improve your Roblox website experience. And there's also seals.
檔案大小 486 KB
安裝次數 106,066
目前版本 1.3.28 (Mizore)
更新時間 2024-02-27
上架時間 2022-12-25
評分 4.08/5 共 154 次評分
開發者 https://roseal.live
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.roseal.live
說明頁面URL https://www.roseal.live/support
隱私政策頁面URL https://www.roseal.live/privacy-policy
支援的語言 en,fr,es,pt-BR,ru,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "RoSeal",
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description__",
    "author": "Julli4n",
    "version": "1.3.28",
    "version_name": "1.3.28 (Mizore)",
    "icons": {
        "64": "img\/icon\/64.png",
        "128": "img\/icon\/128.png",
        "256": "img\/icon\/256.png",
        "512": "img\/icon\/512.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "cookies",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.roblox.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/*",
                "https:\/\/create.roblox.com\/*",
                "https:\/\/authorize.roblox.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.roblox.com\/*",
                "https:\/\/create.roblox.com\/*",
                "https:\/\/authorize.roblox.com\/*"
            ],
            "js": [
                "js\/dom.js"
            ],
            "world": "MAIN",
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html?options"
    },
    "incognito": "split",
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "js\/dom.js",
                "img\/*"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "minimum_chrome_version": "111"
}