ToozDark
Theme Customizer for the Youtooz website!
Wat is ToozDark?
ToozDark is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Theme Customizer for the Youtooz website!".
Extensie Screenshots
Download het CRX-bestand van de extensie ToozDark
Download ToozDark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple extension which gives you the ability to customize the theme on the youtooz.com website.
Basisinformatie over de Extensie
Naam | |
ID | ofeandbogmiogflfhknohbgmgpefpdke |
Officiële URL | https://chromewebstore.google.com/detail/toozdark/ofeandbogmiogflfhknohbgmgpefpdke |
Beschrijving | Theme Customizer for the Youtooz website! |
Bestandsgrootte | 763 KB |
Aantal Installaties | 16 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2020-05-27 |
Publicatiedatum | 2020-05-27 |
Beoordeling | 4.65/5 Totaal 17 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |