JSW Paints Futurescape

JSW Paints Futurescape, A new look to your Chrome Browser

JSW Paints Futurescapeคืออะไร?

JSW Paints Futurescape เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JSW และคุณลักษณะหลักของมันคือ "JSW Paints Futurescape, A new look to your Chrome Browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JSW Paints Futurescape

ดาวน์โหลดไฟล์ส่วนขยาย JSW Paints Futurescape ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        JSW Paints theme for the year 2023                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JSW Paints Futurescape JSW Paints Futurescape
ID opkheegcfegbimookhgnlecgpaicpbin
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jsw-paints-futurescape/opkheegcfegbimookhgnlecgpaicpbin
คำอธิบาย JSW Paints Futurescape, A new look to your Chrome Browser
ขนาดไฟล์ 19.94 MB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 6.0
อัปเดตครั้งล่าสุด 2023-01-03
วันที่เผยแพร่ 2020-01-13
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา JSW
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
}