JSW Paints Futurescape

JSW Paints Futurescape, A new look to your Chrome Browser

Wat is JSW Paints Futurescape?

JSW Paints Futurescape is een Chrome-extensie ontwikkeld door JSW, en de belangrijkste functie is "JSW Paints Futurescape, A new look to your Chrome Browser".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie JSW Paints Futurescape

Download JSW Paints Futurescape-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        JSW Paints theme for the year 2023                    

Basisinformatie over de Extensie

Naam JSW Paints Futurescape JSW Paints Futurescape
ID opkheegcfegbimookhgnlecgpaicpbin
Officiële URL https://chrome.google.com/webstore/detail/jsw-paints-futurescape/opkheegcfegbimookhgnlecgpaicpbin
Beschrijving JSW Paints Futurescape, A new look to your Chrome Browser
Bestandsgrootte 19.94 MB
Aantal Installaties 45
Huidige Versie 6.0
Laatst Bijgewerkt 2023-01-03
Publicatiedatum 2020-01-13
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar JSW
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}