Vermillion Theme Changer v1.4.1

This is a reskin for the website https://v3rmillion.net/ and is available for public use.

Vermillion Theme Changer v1.4.1란 무엇입니까?

Vermillion Theme Changer v1.4.1은(는) CyberSamurai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a reskin for the website https://v3rmillion.net/ and is available for public use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Vermillion Theme Changer v1.4.1 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The V3rmillion Theme Changer was created by CyberSamurai as an alternative to the original site theme.
Rather than the traditional red site theme, this extension allows for the selection of a blue, purple, pink, green, or yellow theme. Additionally, clicking the extension icon in the top right corner will bring you directly to the website, serving as a bookmark for convenient use.

To select a different theme, right click the extension after successfully installing it, then select options. You will be prompted to chose a theme.

Version 1.4.1 Changelog:
Added purple, pink, green, and yellow themes
Added theme selection menu
Added storage permission to save the user's selected theme for future use
Fixed some of the elements of the website that were not previously colored

There is a slight lag while loading the website and using any theme other than blue. This should be fixed in the next update.                    

확장 프로그램 기본 정보

이름 Vermillion Theme Changer v1.4.1 Vermillion Theme Changer v1.4.1
ID njbbkdpbghboeecafdppekemccgbhjae
공식 URL https://chromewebstore.google.com/detail/vermillion-theme-changer/njbbkdpbghboeecafdppekemccgbhjae
설명 This is a reskin for the website https://v3rmillion.net/ and is available for public use.
파일 크기 659 KB
설치 횟수 29
현재 버전 1.4.1.9
최근 업데이트 2020-06-12
출시 날짜 2020-06-12
평점 5.00/5 총 3 개의 평점
개발자 CyberSamurai
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vermillion Theme Changer v1.4.1",
    "version": "1.4.1.9",
    "description": "This is a reskin for the website https:\/\/v3rmillion.net\/ and is available for public use.",
    "icons": {
        "16": "assets\/blueicon_16.png",
        "32": "assets\/blueicon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/blueicon_16.png",
            "32": "assets\/blueicon_32.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/v3rmillion.net\/*"
            ]
        }
    ]
}