Showroomダークモード

SHOWROOMの背景色を暗色にして目にやさしくします。This software is released under the MIT License.

Τι είναι το Showroomダークモード;

Το Showroomダークモード είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shidano0730, και η κύρια λειτουργία του είναι "SHOWROOMの背景色を暗色にして目にやさしくします。This software is released under the MIT License.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Showroomダークモード

Λήψη αρχείων επέκτασης Showroomダークモード σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        SHOWROOM( https://www.showroom-live.com/ )の基本的なページの背景色を暗くして、全体的に目にやさしいデザインに戻します。

拡張機能を停止せずに本来のページも確認可能です。URLバーの隣に出る拡張機能のアイコンをクリックすることで、現在のページでの適用停止/再適用のボタンが表示されます。                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Showroomダークモード Showroomダークモード
ID lgjeoakciijlihpeakfchhelidkhgjda
Επίσημο URL https://chromewebstore.google.com/detail/showroom%E3%83%80%E3%83%BC%E3%82%AF%E3%83%A2%E3%83%BC%E3%83%89/lgjeoakciijlihpeakfchhelidkhgjda
Περιγραφή SHOWROOMの背景色を暗色にして目にやさしくします。This software is released under the MIT License.
Μέγεθος Αρχείου 69.21 KB
Αριθμός Εγκαταστάσεων 139
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2021-06-23
Ημερομηνία Δημοσίευσης 2020-12-23
Προγραμματιστής shidano0730
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Shidano/ShowroomDarkMode
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/Shidano0730
Υποστηριζόμενες Γλώσσες ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Showroom\u30c0\u30fc\u30af\u30e2\u30fc\u30c9",
    "author": "@Shidano0730",
    "description": "SHOWROOM\u306e\u80cc\u666f\u8272\u3092\u6697\u8272\u306b\u3057\u3066\u76ee\u306b\u3084\u3055\u3057\u304f\u3057\u307e\u3059\u3002This software is released under the MIT License.",
    "version": "1.1.3",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icons\/icon.png"
    },
    "browser_action": {
        "default_title": "SHOWROOMDarkMode",
        "default_popup": "popup\/controller.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/stylepreview.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/follow"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/mypage\/*"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/onlive"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/stylepreview.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/broadcast"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/stylebroadcast.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/user\/*"
            ],
            "exclude_globs": [
                "https:\/\/www.showroom-live.com\/user\/account_setting",
                "https:\/\/www.showroom-live.com\/user\/edit_room",
                "*?lm"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/fan_room\/*",
                "https:\/\/www.showroom-live.com\/room\/fan_club*"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/room\/*"
            ],
            "exclude_globs": [
                "https:\/\/www.showroom-live.com\/room\/incentive_report*",
                "https:\/\/www.showroom-live.com\/fan_room\/*",
                "https:\/\/www.showroom-live.com\/room\/fan_club*",
                "*?lm"
            ],
            "css": [
                "css\/styleroom.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/event_entry\/*"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/support\/*"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/social\/*"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/room_avatar"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/event"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/ranking"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/user_notice\/*"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/notice\/*"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/user_avatar\/*"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/stylepreview.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/campaign\/karaoke_ranking"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/styleevent2.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/room\/fan_club*"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/stylefan_club.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/event\/*"
            ],
            "exclude_globs": [
                "https:\/\/www.showroom-live.com\/event",
                "*?lm"
            ],
            "css": [
                "css\/styleevent2.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/user\/edit_room"
            ],
            "exclude_globs": [
                "*?lm"
            ],
            "css": [
                "css\/styleevent2.css"
            ]
        }
    ]
}