JSW Paints Futurescape
JSW Paints Futurescape, A new look to your Chrome Browser
Apa itu JSW Paints Futurescape?
JSW Paints Futurescape adalah ekstensi Chrome yang dikembangkan oleh JSW, dan fitur utamanya adalah "JSW Paints Futurescape, A new look to your Chrome Browser".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JSW Paints Futurescape
Unduh file ekstensi JSW Paints Futurescape dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
JSW Paints theme for the year 2023
Informasi Dasar Ekstensi
Nama | |
ID | opkheegcfegbimookhgnlecgpaicpbin |
URL Resmi | https://chrome.google.com/webstore/detail/jsw-paints-futurescape/opkheegcfegbimookhgnlecgpaicpbin |
Deskripsi | JSW Paints Futurescape, A new look to your Chrome Browser |
Ukuran File | 19.94 MB |
Jumlah Instalasi | 45 |
Versi Saat Ini | 6.0 |
Terakhir Diperbarui | 2023-01-03 |
Tanggal Publikasi | 2020-01-13 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | JSW |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |