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은(는) John Mack에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gets rid of that ugly experience update from the Roblox Website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Roblox Anti-Experience Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}