Soundcloud Darker

Make Soundcloud look great again!

Soundcloud Darkerとは何ですか?

Soundcloud Darkerはtim.wahrendorffによって開発されたChromeの拡張機能で、その主な機能は「Make Soundcloud look great again!」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Dark Soundcloud Theme. The best one, actually...

Comes with a Full Width Mode, Low-resolution improvements, customizable Highlight Color and Ad removal.                    

拡張機能の基本情報

名前 Soundcloud Darker Soundcloud Darker
ID hpeignghgkecbjepjeiglkkobolhebob
公式URL https://chromewebstore.google.com/detail/soundcloud-darker/hpeignghgkecbjepjeiglkkobolhebob
説明 Make Soundcloud look great again!
ファイルサイズ 44.47 KB
インストール数 625
現在のバージョン 4.16
最終更新日 2023-12-03
公開日 2021-06-04
評価 5.00/5 合計 16 レビュー
開発者 tim.wahrendorff
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Soundcloud Darker",
    "description": "Make Soundcloud look great again!",
    "version": "4.16",
    "homepage_url": "https:\/\/scripts.9tw.de\/firefox-addons\/soundclouddarker",
    "permissions": [],
    "icons": {
        "48": "icons\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.soundcloud.com\/*"
            ],
            "js": [
                "scdarker.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_title": "Soundcloud Darker",
        "default_icon": "icons\/moon-grey-24.png"
    },
    "manifest_version": 3,
    "web_accessible_resources": []
}