Stylish - Custom themes for any website

With hundreds of thousands of themes, skins & free backgrounds, you can customize any website with your own color scheme in a click.

Stylish - Custom themes for any website क्या है?

Stylish - Custom themes for any website https://userstyles.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With hundreds of thousands of themes, skins & free backgrounds, you can customize any website with your own color scheme in a click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stylish - Custom themes for any website एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        We heard you - Unlimited Styles are BACK!
Enjoy over 500K custom website themes in just a click.

Custom website themes that make the internet entirely yours

★  Explore the largest gallery of free website themes for websites like: Roblox, Youtube, Facebook, Google and more
★  Customize your favorite website backgrounds, color schemes, skins, social media pages, fonts, and even add animations
★  Quickly and easily disable, enable, edit or delete any installed style
★  Create and share your custom styles and custom themes with millions of people using the Stylish CSS editor.
★  Become a part of one of the largest creative communities on the planet
★ Trusted by over 3 million people already loving Stylish!

✍️Create your own custom themes

If you know CSS, become a theme creator! Create and share awesome custom themes and styles for any website of your choice. 

With the Stylish extension you can create unique and personalized themes for your favorite websites like, Discord, YouTube, Whatsapp, Pinterest and so much more! 


Important notes:

★ We care about your privacy it’s important for us that you understand our data practices:
Stylish provides you with suggestions and access to relevant styles for pages you visit, as well as the number of times each style has been installed. 

To enable this service, we collect anonymous browsing data as described in our privacy policy https://userstyles.org/privacy-policy, including: All Host, tabs, webNavigation, webRequest, context Menus, and storage.

The collected data is not used to identify individual users, and you can always turn this automatic data collection off on the add-on option page.

★ Currently, Global themes are not supported in the ‘Style Library’ tab. You can reach them through the Website Library.                    

एक्सटेंशन की मूल जानकारी

नाम Stylish - Custom themes for any website Stylish - Custom themes for any website
ID fjnbnpbmkenffdnngjfgmeleoegfcffe
आधिकारिक URL https://chromewebstore.google.com/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe
विवरण With hundreds of thousands of themes, skins & free backgrounds, you can customize any website with your own color scheme in a click.
फ़ाइल का आकार 1.5 MB
स्थापना संख्या 2,852,643
वर्तमान संस्करण 3.4
अंतिम अपडेट 2024-01-07
प्रकाशन तिथि 2020-06-01
रेटिंग 4.25/5 कुल 20669 रेटिंग्स
डेवलपर https://userstyles.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://userstyles.org
सहायता पृष्ठ URL https://userstyles.org/help/stylish_chrome
गोपनीयता नीति पृष्ठ URL https://userstyles.org/privacy-policy
समर्थित भाषाएँ en,es,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/userstyles.org",
    "version": "3.4",
    "manifest_version": 3,
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCr3yiiN7TIDoaEvh7W34g5YsxfUIGkvVUylq9bm29v8EzULCNIpi74KOBrvprYB6\/YAdLjvYmGya1CJfgkuQy3\/rZ7gGLSrDk9B1qgsHurhNaCJ0ogfSR50bfYUp0qJlIAgBgZWrVWLogfXbU8x+LFgV8pdMjFuWJgzketxjP6nwIDAQAB",
    "default_locale": "en",
    "action": {
        "default_popup": "",
        "default_title": "Stylish"
    },
    "options_page": "pages\/options\/options.html",
    "icons": {
        "16": "\/icons\/logo\/black-icon-128.png",
        "48": "\/icons\/logo\/black-icon-128.png",
        "128": "\/icons\/logo\/black-icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "scripting",
        "webNavigation",
        "webRequest",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.userstyles.org\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "background": {
        "service_worker": ".\/static\/js\/service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "js\/dynamic-bundles\/tower-blocks.js",
                "js\/dynamic-bundles\/coca-google-style.js",
                "js\/dynamic-bundles\/google-style.js",
                "js\/dynamic-bundles\/google-fingers-style.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}