ToozDark
Theme Customizer for the Youtooz website!
Apa itu ToozDark?
ToozDark adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Theme Customizer for the Youtooz website!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ToozDark
Unduh file ekstensi ToozDark 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
A simple extension which gives you the ability to customize the theme on the youtooz.com website.
Informasi Dasar Ekstensi
Nama | |
ID | ofeandbogmiogflfhknohbgmgpefpdke |
URL Resmi | https://chromewebstore.google.com/detail/toozdark/ofeandbogmiogflfhknohbgmgpefpdke |
Deskripsi | Theme Customizer for the Youtooz website! |
Ukuran File | 763 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2020-05-27 |
Tanggal Publikasi | 2020-05-27 |
Penilaian | 4.65/5 Total 17 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ToozDark", "version": "1.4", "description": "Theme Customizer for the Youtooz website!", "icons": { "128": "logo.png" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtooz.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "ToozDark Settings" } } |