Custom sites

create a website style

Co je Custom sites?

Custom sites je rozšíření Chrome vyvinuté akimovivan355, a jeho hlavní funkcí je „create a website style“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Custom sites

Stáhněte si soubory rozšíření Custom sites ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        the application allows you to customize the interface of google and youtube. Select separate colors for the text of the background links using the full RGB palette for each site separately, the colors can be reset if necessary                    

Základní Informace o Rozšíření

Název Custom sites Custom sites
ID hiadibhippamgikegbcbfagpalmfoonh
Oficiální URL https://chromewebstore.google.com/detail/custom-sites/hiadibhippamgikegbcbfagpalmfoonh
Popis create a website style
Velikost souboru 45.04 KB
Počet instalací 42
Aktuální Verze 4.1
Poslední Aktualizace 2023-01-24
Datum Vydání 2021-09-01
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář akimovivan355
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom sites",
    "description": "create a website style",
    "version": "4.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "image 3.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*.google.com\/"
    ]
}