Lichess page
Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff
Apa itu Lichess page?
Lichess page adalah ekstensi Chrome yang dikembangkan oleh dani4kor, dan fitur utamanya adalah "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lichess page
Unduh file ekstensi Lichess page 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
Replace Chrome new tab page by Lichess TV, your rating & other usefull stuff!
Informasi Dasar Ekstensi
Nama | |
ID | mckbhoccfkhafmkeiemcgoobfjplndin |
URL Resmi | https://chrome.google.com/webstore/detail/lichess-page/mckbhoccfkhafmkeiemcgoobfjplndin |
Deskripsi | Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff |
Ukuran File | 335 KB |
Jumlah Instalasi | 49 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2016-12-16 |
Tanggal Publikasi | 2016-12-16 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | dani4kor |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "static\/js\/jquery-3.1.1.min.js", "static\/js\/background.js" ] }, "chrome_url_overrides": { "newtab": "static\/template\/index.html" }, "options_page": "static\/template\/options.html", "description": "Replace Chrome new tab page by Lichess TV, yourating & other usefull stuff", "icons": { "16": "static\/icon\/16x16.png", "32": "static\/icon\/32x32.png", "48": "static\/icon\/48x48.png", "128": "static\/icon\/128x128.png" }, "manifest_version": 2, "name": "Lichess page", "offline_enabled": true, "version": "0.0.3", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "storage", "https:\/\/en.lichess.org\/*" ] } |