SoundCloud DeepDark

SoundCloud Dark Theme

SoundCloud DeepDarkとは何ですか?

SoundCloud DeepDarkはmotiveによって開発されたChromeの拡張機能で、その主な機能は「SoundCloud Dark Theme」です。

拡張機能のスクリーンショット

screenshot
screenshot

SoundCloud DeepDark拡張機能のCRXファイルをダウンロード

SoundCloud DeepDark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Google Chrome extension for SOUNDCLOUD

The extension adds a dark theme to the soundcloud, not provided by the developers of the project. Save eyes at night and allows the site to look aesthetically pleasing.

The product is open source, you can find the code at https://github.com/sx-motive/soundcloud-deepdark

Report an error or ask a question to the author
Software / frontend developer - Denis Kunitsyn - https://t.me/sxmotive                    

拡張機能の基本情報

名前 SoundCloud DeepDark SoundCloud DeepDark
ID edooflagimepjnndabmcdlahbfpagjcl
公式URL https://chromewebstore.google.com/detail/soundcloud-deepdark/edooflagimepjnndabmcdlahbfpagjcl
説明 SoundCloud Dark Theme
ファイルサイズ 14.48 KB
インストール数 385
現在のバージョン 1.0.1
最終更新日 2021-11-06
公開日 2021-11-06
評価 3.75/5 合計 4 レビュー
開発者 motive
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sx-motive/soundcloud-deepdark
ヘルプページのURL https://github.com/sx-motive/soundcloud-deepdark
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SoundCloud DeepDark",
    "description": "SoundCloud Dark Theme",
    "version": "1.0.1",
    "permissions": [],
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "SoundCloud DeepDark",
        "default_icon": "logo.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "dark.css"
    ]
}