Gamer Mode

A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague

Gamer Mode란 무엇입니까?

Gamer Mode은(는) jninya16에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Gamer Mode 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a chrome extension that just makes everything on a webpage rainbow. Thats it. To turn it off you can go to chrome://extensions and disable or remove it. Thanks!


Epilepsy warning: if you are prone to seizures from flashing lights or colors, I would highly recommend against installing this.                    

확장 프로그램 기본 정보

이름 Gamer Mode Gamer Mode
ID jhbpllebpdpchnjnibdpfpnlehbjmbne
공식 URL https://chromewebstore.google.com/detail/gamer-mode/jhbpllebpdpchnjnibdpfpnlehbjmbne
설명 A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague
파일 크기 3.17 KB
설치 횟수 14
현재 버전 1.1
최근 업데이트 2021-09-12
출시 날짜 2021-09-12
평점 3.00/5 총 2 개의 평점
개발자 jninya16
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://tanzia.space/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gamer Mode",
    "version": "1.1",
    "description": "A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "color.css"
            ]
        }
    ],
    "manifest_version": 2
}