CoolStyles - Create Theme for any website

Any website can be customised to your colour scheme in a single click with thousands of user styles’ gorgeous themes

Τι είναι το CoolStyles - Create Theme for any website;

Το CoolStyles - Create Theme for any website είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον coolstyles, και η κύρια λειτουργία του είναι "Any website can be customised to your colour scheme in a single click with thousands of user styles’ gorgeous themes".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CoolStyles - Create Theme for any website

Λήψη αρχείων επέκτασης CoolStyles - Create Theme for any website σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Make your variant of the web with Stylish:

★  Browse countless topics for probably the most famous sites, including: Google, Youtube, Facebook, Tiktok, Twitter and then some!
★  Modify website background, shading plans, skins, informal organization records, textual styles, and even activitys.
★  You can rapidly create, enable, edit or delete any installed style.
★  Make and offer your own client styles with a large number of individuals utilizing CSS supervisor.
★  Turn into a piece of one of the biggest innovative networks on earth

***Make your own theme***
Assuming you know CSS, become a subject designer - make and offer styles for any famous site.

If you don't know CSS, don't worry, you can visit https://coolstyles.org to create website easily, help you to style without knowing css
***Significant notes***
★ We care about your protection and consequently it is essential to us that you comprehend our information rehearses:

Coolstyles furnishes you with ideas and admittance to important styles for pages you visit, as well as the times each style has been introduced. To empower this help, we gather mysterious perusing information as depicted in our security strategy https://sites.google.com/view/coolstyles-privacy-policy strategy, including: All Host, tabs, and capacity.

The gathered information isn't utilized to distinguish individual clients, and you can constantly switch this programmed information assortment off on the extra choice page.

******************
Version: 1.3
Update: Update new interface, easy to use
*******************
Version 1.4:
fix bug installing style on page coolstyles.org on the first time                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CoolStyles - Create Theme for any website CoolStyles - Create Theme for any website
ID jjnobfbddipadlomlimahmpjgbjmmknm
Επίσημο URL https://chromewebstore.google.com/detail/coolstyles-create-theme-f/jjnobfbddipadlomlimahmpjgbjmmknm
Περιγραφή Any website can be customised to your colour scheme in a single click with thousands of user styles’ gorgeous themes
Μέγεθος Αρχείου 139 KB
Αριθμός Εγκαταστάσεων 485
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2023-04-04
Ημερομηνία Δημοσίευσης 2022-03-23
Αξιολόγηση 5.00/5 Συνολικά 210 Αξιολογήσεις
Προγραμματιστής coolstyles
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://coolstyles.org
Διεύθυνση URL της Σελίδας Βοήθειας https://coolstyles.org/privacy-policy.html
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/coolstyles-privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Any website can be customised to your colour scheme in a single click with thousands of user styles\u2019 gorgeous themes",
    "version": "1.4",
    "manifest_version": 3,
    "name": "CoolStyles - Create Theme for any website",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentAnyScript.bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "contentOneScript.bundle.js"
            ],
            "matches": [
                "http:\/\/127.0.0.1:8000\/*",
                "http:\/\/coolstyles.org\/*",
                "https:\/\/coolstyles.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}