Roblokis

Customize Roblox the way you want it.

Roblokisคืออะไร?

Roblokis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ameer! และคุณลักษณะหลักของมันคือ "Customize Roblox the way you want it."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roblokis

ดาวน์โหลดไฟล์ส่วนขยาย Roblokis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Roblokis is extension to enable or disable custom features
and design your own custom theme for roblox website.

please contact me for any in-consistencies rather than rating the extension 1 star and stating the problem in the rating.

Roblokis has;
- the best roblox site designer
- better servers, badges and game cards design
- custom themes
- quick game join buttons on home page
- small servers section for servers with few players
and more features.

it "PARTIALLY" supports BTRoblox, RoPro, RoGold, Roblox+ and Roseal.

Roblokis will Never Gonna Give You Up,
and Never Gonna Let You Down...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Roblokis Roblokis
ID olofnhaecbnacbmgcknhcnacnffepkij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roblokis/olofnhaecbnacbmgcknhcnacnffepkij
คำอธิบาย Customize Roblox the way you want it.
ขนาดไฟล์ 429 KB
จำนวนการติดตั้ง 31,577
เวอร์ชันปัจจุบัน 4.0.1.0
อัปเดตครั้งล่าสุด 2024-02-06
วันที่เผยแพร่ 2021-08-07
คะแนน 4.03/5 รวมทั้งหมด 131 คะแนน
ผู้พัฒนา Ameer!
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ameerdotexe.github.io/roblokis/
URL หน้าช่วยเหลือ https://ameerdotexe.github.io/roblokis/
ภาษาที่รองรับ id,de,en,fr,tr,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.0.1.0",
    "author": "Ameer!",
    "name": "Roblokis",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "options_page": "html\/Popup\/Popup.html",
    "homepage_url": "https:\/\/ameerdotexe.github.io\/roblokis\/",
    "incognito": "split",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*.png",
        "https:\/\/*\/*.jpg",
        "https:\/\/*\/*.jpeg",
        "https:\/\/*\/*.gif",
        "https:\/\/*\/*.webp",
        "https:\/\/*\/*.svg",
        "https:\/\/*\/*.bmp"
    ],
    "background": {
        "service_worker": "Background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.*"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "extension_ids": []
        }
    ],
    "icons": {
        "300": "\/images\/icons\/icon_300x300.png"
    },
    "action": {
        "default_popup": "html\/Popup\/Popup.html",
        "default_icon": {
            "300": "\/images\/icons\/icon_300x300.png"
        },
        "default_title": "Roblokis"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "js": [
                "js\/Main\/Utility.js",
                "js\/Main\/General.js",
                "js\/Theme\/ThemeLoader.js",
                "js\/Pages\/all.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.roblox.com\/users\/*"
            ],
            "js": [
                "js\/Pages\/user.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.roblox.com\/games\/*"
            ],
            "js": [
                "js\/Pages\/game.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.roblox.com\/roblokis*"
            ],
            "js": [
                "html\/SettingsPage\/SettingsPage.js",
                "html\/SettingsPage\/Pages\/Main\/designer.js",
                "html\/SettingsPage\/Pages\/GamePage\/servers.js"
            ],
            "css": [
                "html\/SettingsPage\/SettingsPage.css"
            ],
            "run_at": "document_start"
        }
    ]
}