uStyle NT

Giver nyt liv på Nordic-T.me - Husk at vælge uStylet i din profil, før du anvender dette tema. Fejl og mangler rapporteres på NT.

ما هو uStyle NT؟

uStyle NT هو إضافة Chrome تم تطويرها بواسطة http://exeti.co، والميزة الرئيسية لها هي "Giver nyt liv på Nordic-T.me - Husk at vælge uStylet i din profil, før du anvender dette tema. Fejl og mangler rapporteres på NT.".

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

screenshot

تحميل ملف CRX للإضافة uStyle NT

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

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

                        Nordic-t.me er lukket. I den forbindelse er Nordic-t.co sat på benene. Kig forbi allerede i dag.

Denne app er derfor ikke længere funktionel.                    

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

الاسم uStyle NT uStyle NT
ID ogmddfaldoikbnjeejacabbfjpglphpm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ustyle-nt/ogmddfaldoikbnjeejacabbfjpglphpm
الوصف Giver nyt liv på Nordic-T.me - Husk at vælge uStylet i din profil, før du anvender dette tema. Fejl og mangler rapporteres på NT.
حجم الملف 57.42 KB
عدد التثبيتات 13
النسخة الحالية 1.4.0.3
آخر تحديث 2016-05-28
تاريخ النشر 2016-05-28
تقييم 4.83/5 مجموع تقييمات 6
المطور http://exeti.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.nordic-t.me
عنوان صفحة المساعدة http://exeti.co/2012/01/tema-ustylent/
اللغات المدعومة da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "uStyle NT",
    "version": "1.4.0.3",
    "manifest_version": 2,
    "description": "Giver nyt liv p\u00e5 Nordic-T.me - Husk at v\u00e6lge uStylet i din profil, f\u00f8r du anvender dette tema. Fejl og mangler rapporteres p\u00e5 NT.",
    "icons": {
        "16": "ustylent-icon16.png",
        "48": "ustylent-icon48.png",
        "128": "ustylent-icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/nordic-t.me\/*",
                "*:\/\/www.nordic-t.me\/*"
            ],
            "css": [
                "nt.css"
            ],
            "js": [
                "jquery.min.js",
                "nt.js",
                "nt.xtra.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/nordic-t.me\/",
                "*:\/\/www.nordic-t.me\/",
                "*:\/\/nordic-t.me\/index.php",
                "*:\/\/nordic-t.me\/index.php*"
            ],
            "css": [
                "nt-index.css"
            ],
            "js": [
                "jquery.min.js",
                "nt-index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/nordic-t.me\/*?action=viewtopic*"
            ],
            "css": [
                "nt-viewtopic.css"
            ],
            "js": [
                "jquery.min.js",
                "nt-viewtopic.js"
            ],
            "run_at": "document_end"
        }
    ]
}