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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CyberSamurai และคุณลักษณะหลักของมันคือ "This is a reskin for the website https://v3rmillion.net/ and is available for public use."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vermillion Theme Changer v1.4.1

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
            ]
        }
    ]
}