JSW Paints Futurescape

JSW Paints Futurescape, A new look to your Chrome Browser

Cos'è JSW Paints Futurescape?

JSW Paints Futurescape è un'estensione di Chrome sviluppata da JSW, e la sua funzione principale è "JSW Paints Futurescape, A new look to your Chrome Browser".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JSW Paints Futurescape

Scarica i file di estensione JSW Paints Futurescape in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        JSW Paints theme for the year 2023                    

Informazioni di Base sull'Estensione

Nome JSW Paints Futurescape JSW Paints Futurescape
ID opkheegcfegbimookhgnlecgpaicpbin
URL Ufficiale https://chrome.google.com/webstore/detail/jsw-paints-futurescape/opkheegcfegbimookhgnlecgpaicpbin
Descrizione JSW Paints Futurescape, A new look to your Chrome Browser
Dimensione del File 19.94 MB
Conteggio Installazioni 45
Versione Corrente 6.0
Ultimo Aggiornamento 2023-01-03
Data di Pubblicazione 2020-01-13
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore JSW
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSW Paints Futurescape",
    "version": "6.0",
    "description": "JSW Paints Futurescape, A new look to your Chrome Browser",
    "author": "JSW Paints",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "pages\/newtab\/newtab.html"
    },
    "content_scripts": [
        {
            "js": [
                ".\/vendors\/jquery\/jquery.min.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icons\/icon128.png",
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png"
    },
    "options_page": "pages\/options\/settings.html"
}