Stylizer

Give websites user-defined CSS's.

What is Stylizer?

Stylizer is a Chrome extension developed by alchen, and its main feature is "Give websites user-defined CSS's.".

Extension Screenshots

screenshot

Download Stylizer Extension CRX File

Download Stylizer 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

                        Ever wanted to change the CSS stylesheet of a website and didn't feel like involving the Greasemonkey? This extension does just that.

Each specified full or partial URL is regex matched to the web addresses in the tabs and automatically applies your customized stylesheets.                    

Extension Basic Information

Name Stylizer Stylizer
ID mbkgmbcpdlmljilggcgcfpmcdjaijmfl
Official URL https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl
Description Give websites user-defined CSS's.
File Size 49.52 KB
Installation Count 185
Current Version 1.1
Last Updated 2018-02-13
Publish Date 2018-02-13
Rating 4.00/5 Total 4 Ratings
Developer alchen
Payment Type free
Extension Website https://github.com/alchen/stylizer
Help Page URL https://github.com/alchen/stylizer/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stylizer",
    "description": "Give websites user-defined CSS's.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}