ToozDark

Theme Customizer for the Youtooz website!

ToozDarkとは何ですか?

ToozDarkはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Theme Customizer for the Youtooz website!」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A simple extension which gives you the ability to customize the theme on the youtooz.com website.                    

拡張機能の基本情報

名前 ToozDark ToozDark
ID ofeandbogmiogflfhknohbgmgpefpdke
公式URL https://chromewebstore.google.com/detail/toozdark/ofeandbogmiogflfhknohbgmgpefpdke
説明 Theme Customizer for the Youtooz website!
ファイルサイズ 763 KB
インストール数 16
現在のバージョン 1.4
最終更新日 2020-05-27
公開日 2020-05-27
評価 4.65/5 合計 17 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ToozDark",
    "version": "1.4",
    "description": "Theme Customizer for the Youtooz website!",
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtooz.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "ToozDark Settings"
    }
}