Roblox Anti-Experience Chrome Extension

Gets rid of that ugly experience update from the Roblox Website

Roblox Anti-Experience Chrome Extensionคืออะไร?

Roblox Anti-Experience Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Mack และคุณลักษณะหลักของมันคือ "Gets rid of that ugly experience update from the Roblox Website"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roblox Anti-Experience Chrome Extension

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

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

                        In Update 0.2.0, I've added code that alters parts of the inventory, develop, and group pages. Also there is now a small bit of code at the very bottom of the JavaScript file, which allows the top navigation bar to be altered on any page on the Roblox website.
______________________________________________________________________________________________
The Experience Update on Roblox is ugly as Hell, and we all hate it. So I've made an extension that tries its best to undo it, through replacing text and altering elements of the website to get rid of as much evidence as possible that the new update exists.

Install it and enjoy, no need to click any buttons, the changes happen automatically upon the page loading. 
Let me know if I forgot to undo any parts of the updates, and I will fix them as best I can.                    

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

ชื่อ Roblox Anti-Experience Chrome Extension Roblox Anti-Experience Chrome Extension
ID hlheolkbapgpemjigmgolodgphnabnlh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roblox-anti-experience-ch/hlheolkbapgpemjigmgolodgphnabnlh
คำอธิบาย Gets rid of that ugly experience update from the Roblox Website
ขนาดไฟล์ 30.61 KB
จำนวนการติดตั้ง 1,192
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2021-09-21
วันที่เผยแพร่ 2021-05-27
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา John Mack
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roblox Anti-Experience Chrome Extension",
    "version": "0.2.0",
    "description": "Gets rid of that ugly experience update from the Roblox Website",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}