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文件

下載Vermillion Theme Changer v1.4.1擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
            ]
        }
    ]
}