Metablox

A user community to improve your Roblox experience - Features include game codes, game reviews, and empty server finders

Metablox là gì?

Metablox là một tiện ích mở rộng Chrome được phát triển bởi Metablox, và tính năng chính của nó là "A user community to improve your Roblox experience - Features include game codes, game reviews, and empty server finders".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Metablox

Tải xuống các tệp mở rộng Metablox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        We have Roblox game codes to more than 7000 games on Roblox

Current features include:
Game code finder
Game reviews
Underrated games recommendation!

If you play Roblox on mobile, checkout beta Metablox Webapp at https://metablox.me/

Find and share code with the Metablox community here - https://www.roblox.com/groups/6096745/Roblox-Prezent-Hub#!/about                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Metablox Metablox
ID fnmfnlamkbhmkaknaokkfcmkeknkpncb
URL Chính Thức https://chromewebstore.google.com/detail/metablox/fnmfnlamkbhmkaknaokkfcmkeknkpncb
Mô tả A user community to improve your Roblox experience - Features include game codes, game reviews, and empty server finders
Kích Thước Tệp 1.38 MB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.8.4
Cập Nhật Lần Cuối 2022-07-26
Ngày Phát Hành 2020-06-28
Đánh Giá 4.36/5 Tổng số 128 Đánh Giá
Nhà Phát Triển Metablox
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.metablox.me/
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/05c81267-0d06-4222-a316-1f24cd87c7a5
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/sdks.shopifycdn.com; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiR1wqd\/hHNAUm+R0k6xOWl6zoDrjiSyF8Bch+KzeiqK8jHJL95GMw27aXsSZ7Kam0nCfkVoFV6LNiDD0KSkOVRGKqi9uEbJZCs9OG98vTRza8aC3T0K9Q1xIr9pAjMxq6fAO4FmSz16mL0T3\/jmRwBh\/bzaDWpYYedMqr2gFxpnGhjissBaht76frVmCTPGOYj5bhiF9HZ6g1CMFhqyioby6L\/6vmOrncVx65MkQGtT3sD0o0e9lnLjAJ8CO0Ch8LOCJUZGskmA883pKIs\/A4v1ygyDvw7fuUzb6jOI3kyBDh1CAgZoLxP6T\/tHtv2J06KW\/W671WdChHID3rJwmZwIDAQAB",
    "name": "Metablox",
    "version": "1.8.4",
    "description": "A user community to improve your Roblox experience - Features include game codes, game reviews, and empty server finders",
    "icons": {
        "128": "icons\/metablox128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "\/icons\/metablox16.png"
    },
    "oauth2": {
        "client_id": "776844018990-ljeit5igkemdlv9745oqrubvrgcoqoqn.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube.force-ssl"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "css": [
                "display.css",
                "static\/css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "*:\/\/*.roblox.com\/*",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "icons\/*",
        "index.html"
    ]
}