goSuperDark

Darkmode for goSupermodel

goSuperDark là gì?

goSuperDark là một tiện ích mở rộng Chrome được phát triển bởi Naddi, và tính năng chính của nó là "Darkmode for goSupermodel".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng goSuperDark

Tải xuống các tệp mở rộng goSuperDark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Add darkmode support to goSupermodel.com. This extension is made by user Naddi.

Support me on ko-fi:
https://ko-fi.com/naddi                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên goSuperDark goSuperDark
ID mipjodnokonacllfggfkppbdgknnnamb
URL Chính Thức https://chromewebstore.google.com/detail/gosuperdark/mipjodnokonacllfggfkppbdgknnnamb
Mô tả Darkmode for goSupermodel
Kích Thước Tệp 34.38 KB
Số Lần Cài Đặt 250
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2024-02-04
Nhà Phát Triển Naddi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "goSuperDark",
    "version": "1.0.4",
    "description": "Darkmode for goSupermodel",
    "icons": {
        "48": "icon.png",
        "96": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "insert-darkmode.js"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/*"
            ]
        },
        {
            "css": [
                "variables.css",
                "official copy.css",
                "better-gsm.css",
                "inventory.auction.css",
                "friendbadges.css",
                "creative.magazines.css",
                "scoop.css"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "billing.css"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/billing\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "fame.css"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/profiles\/fame.jsp*"
            ]
        },
        {
            "css": [
                "inventory.css",
                "inventory.contextnavigator.css",
                "inventory.filternavigator.css"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/shopping\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "pictureshare.css"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/profiles\/picture_archive.jsp*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "fmb.css"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/community",
                "https:\/\/gosupermodel.com\/community\/",
                "https:\/\/gosupermodel.com\/community\/index.jsp",
                "https:\/\/gosupermodel.com\/profiles\/friend_message_board_show_post.jsp*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "games.page.css"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/games",
                "https:\/\/gosupermodel.com\/games\/",
                "https:\/\/gosupermodel.com\/games\/index.jsp",
                "https:\/\/gosupermodel.com\/games\/backstage_menu.jsp"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "games.sketchit.css"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/games\/*",
                "https:\/\/gosupermodel.com\/skinv\/*",
                "https:\/\/gosupermodel.com\/community\/club_page.jsp?clubid=2243&pageid=2754&menuid=2754"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "creative.css"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/creative\/",
                "https:\/\/gosupermodel.com\/creative\/index.jsp"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "creative.jd.css"
            ],
            "matches": [
                "https:\/\/gosupermodel.com\/creative\/juniordesigner\/*"
            ],
            "run_at": "document_start"
        }
    ]
}