ToozDark
Theme Customizer for the Youtooz website!
Cos'è ToozDark?
ToozDark è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Theme Customizer for the Youtooz website!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ToozDark
Scarica i file di estensione ToozDark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A simple extension which gives you the ability to customize the theme on the youtooz.com website.
Informazioni di Base sull'Estensione
Nome | |
ID | ofeandbogmiogflfhknohbgmgpefpdke |
URL Ufficiale | https://chromewebstore.google.com/detail/toozdark/ofeandbogmiogflfhknohbgmgpefpdke |
Descrizione | Theme Customizer for the Youtooz website! |
Dimensione del File | 763 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2020-05-27 |
Data di Pubblicazione | 2020-05-27 |
Valutazione | 4.65/5 Totale 17 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |