Custom sites
create a website style
Apa itu Custom sites?
Custom sites adalah ekstensi Chrome yang dikembangkan oleh akimovivan355, dan fitur utamanya adalah "create a website style".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Custom sites
Unduh file ekstensi Custom sites 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
the application allows you to customize the interface of google and youtube. Select separate colors for the text of the background links using the full RGB palette for each site separately, the colors can be reset if necessary
Informasi Dasar Ekstensi
Nama | Custom sites |
ID | hiadibhippamgikegbcbfagpalmfoonh |
URL Resmi | https://chromewebstore.google.com/detail/custom-sites/hiadibhippamgikegbcbfagpalmfoonh |
Deskripsi | create a website style |
Ukuran File | 45.04 KB |
Jumlah Instalasi | 42 |
Versi Saat Ini | 4.1 |
Terakhir Diperbarui | 2023-01-24 |
Tanggal Publikasi | 2021-09-01 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | akimovivan355 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom sites", "description": "create a website style", "version": "4.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "48": "image 3.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "popup.html" }, "host_permissions": [ "*:\/\/*.google.com\/" ] } |