JSW Paints Futurescape

JSW Paints Futurescape, A new look to your Chrome Browser

JSW Paints Futurescape là gì?

JSW Paints Futurescape là một tiện ích mở rộng Chrome được phát triển bởi JSW, và tính năng chính của nó là "JSW Paints Futurescape, A new look to your Chrome Browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JSW Paints Futurescape

Tải xuống các tệp mở rộng JSW Paints Futurescape dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        JSW Paints theme for the year 2023                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JSW Paints Futurescape JSW Paints Futurescape
ID opkheegcfegbimookhgnlecgpaicpbin
URL Chính Thức https://chrome.google.com/webstore/detail/jsw-paints-futurescape/opkheegcfegbimookhgnlecgpaicpbin
Mô tả JSW Paints Futurescape, A new look to your Chrome Browser
Kích Thước Tệp 19.94 MB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 6.0
Cập Nhật Lần Cuối 2023-01-03
Ngày Phát Hành 2020-01-13
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển JSW
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}