Customize CSS

Change your favourite websites design instantly by using Chrome's Customize CSS extension.

What is Customize CSS?

Customize CSS is a Chrome extension developed by Yasser R Shaikh, and its main feature is "Change your favourite websites design instantly by using Chrome's Customize CSS extension.".

Extension Screenshots

screenshot

Download Customize CSS Extension CRX File

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

                        Lets your customize look and feel of any site, and remembers it. Simply override the css  of the existing website and this plugin will remember it.                    

Extension Basic Information

Name Customize CSS Customize CSS
ID iiigcmcpofchighahjijinjnajfnnidd
Official URL https://chromewebstore.google.com/detail/customize-css/iiigcmcpofchighahjijinjnajfnnidd
Description Change your favourite websites design instantly by using Chrome's Customize CSS extension.
File Size 228 KB
Installation Count 86
Current Version 1.0
Last Updated 2019-08-29
Publish Date 2019-08-24
Developer Yasser R Shaikh
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "popup.html",
        "default_title": "Customize CSS"
    },
    "description": "Change your favourite websites design instantly by using Chrome's Customize CSS extension.",
    "manifest_version": 2,
    "name": "Customize CSS",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}