JSW Paints Futurescape

JSW Paints Futurescape, A new look to your Chrome Browser

What is JSW Paints Futurescape?

JSW Paints Futurescape is a Chrome extension developed by JSW, and its main feature is "JSW Paints Futurescape, A new look to your Chrome Browser".

Extension Screenshots

screenshot
screenshot
screenshot

Download JSW Paints Futurescape Extension CRX File

Download JSW Paints Futurescape extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        JSW Paints theme for the year 2023                    

Extension Basic Information

Name JSW Paints Futurescape JSW Paints Futurescape
ID opkheegcfegbimookhgnlecgpaicpbin
Official URL https://chrome.google.com/webstore/detail/jsw-paints-futurescape/opkheegcfegbimookhgnlecgpaicpbin
Description JSW Paints Futurescape, A new look to your Chrome Browser
File Size 19.94 MB
Installation Count 45
Current Version 6.0
Last Updated 2023-01-03
Publish Date 2020-01-13
Rating 4.00/5 Total 1 Ratings
Developer JSW
Email [email protected]
Payment Type free
Supported Languages 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"
}