Custom CSS

custom.css

What is Custom CSS?

Custom CSS is a Chrome extension developed by ainexg, and its main feature is "custom.css".

Extension Screenshots

screenshot

Download Custom CSS Extension CRX File

Download Custom CSS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        让页面中的文字强制使用雅黑字体.

本人纯是为了解决chrome浏览器对未信任插件总是提示问题..绝不添加任何广告及恶意代码.                    

Extension Basic Information

Name Custom CSS Custom CSS
ID aljndhikifaaceblcdipdehhnkddknno
Official URL https://chrome.google.com/webstore/detail/custom-css/aljndhikifaaceblcdipdehhnkddknno
Description custom.css
File Size 3.31 KB
Installation Count 23
Current Version 3.0
Last Updated 2020-01-22
Publish Date 2020-01-22
Rating 5.00/5 Total 3 Ratings
Developer ainexg
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "custom.css"
            ],
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "custom.css",
    "name": "Custom CSS",
    "version": "3.0",
    "manifest_version": 2
}