Custom sites

create a website style

什么是Custom sites?

Custom sites是由akimovivan355开发的Chrome扩展程序,该扩展的主要功能是“create a website style”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Custom sites扩展crx文件

下载Custom sites扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        the application allows you to customize the interface of google and youtube. Select separate colors for the text of the background links using the full RGB palette for each site separately, the colors can be reset if necessary                    

扩展基本信息

名称 Custom sites Custom sites
ID hiadibhippamgikegbcbfagpalmfoonh
官方URL https://chromewebstore.google.com/detail/custom-sites/hiadibhippamgikegbcbfagpalmfoonh
简介 create a website style
文件大小 45.04 KB
安装次数 42
当前版本 4.1
更新时间 2023-01-24
上架时间 2021-09-01
评分 5.00/5 共1次评分
开发者 akimovivan355
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom sites",
    "description": "create a website style",
    "version": "4.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "image 3.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*.google.com\/"
    ]
}