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"
    }
}