ToozDark
Theme Customizer for the Youtooz website!
Co to jest ToozDark?
ToozDark to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Theme Customizer for the Youtooz website!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ToozDark
Pobierz pliki rozszerzeń ToozDark w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A simple extension which gives you the ability to customize the theme on the youtooz.com website. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ofeandbogmiogflfhknohbgmgpefpdke |
| Oficjalny URL | https://chromewebstore.google.com/detail/toozdark/ofeandbogmiogflfhknohbgmgpefpdke |
| Opis | Theme Customizer for the Youtooz website! |
| Rozmiar pliku | 763 KB |
| Liczba instalacji | 16 |
| Aktualna Wersja | 1.4 |
| Ostatnia Aktualizacja | 2020-05-27 |
| Data Publikacji | 2020-05-27 |
| Ocena | 4.65/5 Łącznie 17 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |