ToozDark

Theme Customizer for the Youtooz website!

ما هو ToozDark؟

ToozDark هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Theme Customizer for the Youtooz website!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ToozDark

قم بتنزيل ملفات الامتداد ToozDark بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A simple extension which gives you the ability to customize the theme on the youtooz.com website.                    

معلومات أساسية عن التمديد

الاسم ToozDark ToozDark
ID ofeandbogmiogflfhknohbgmgpefpdke
عنوان URL الرسمي https://chromewebstore.google.com/detail/toozdark/ofeandbogmiogflfhknohbgmgpefpdke
الوصف Theme Customizer for the Youtooz website!
حجم الملف 763 KB
عدد التثبيتات 16
النسخة الحالية 1.4
آخر تحديث 2020-05-27
تاريخ النشر 2020-05-27
تقييم 4.65/5 مجموع تقييمات 17
المطور Unknown
نوع الدفع free
اللغات المدعومة 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"
    }
}