ToozDark
Theme Customizer for the Youtooz website!
What is ToozDark?
ToozDark is a Chrome extension developed by Unknown, and its main feature is "Theme Customizer for the Youtooz website!".
Extension Screenshots
Download ToozDark Extension CRX File
Download ToozDark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple extension which gives you the ability to customize the theme on the youtooz.com website.
Extension Basic Information
Name | |
ID | ofeandbogmiogflfhknohbgmgpefpdke |
Official URL | https://chromewebstore.google.com/detail/toozdark/ofeandbogmiogflfhknohbgmgpefpdke |
Description | Theme Customizer for the Youtooz website! |
File Size | 763 KB |
Installation Count | 16 |
Current Version | 1.4 |
Last Updated | 2020-05-27 |
Publish Date | 2020-05-27 |
Rating | 4.65/5 Total 17 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |