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.

What is uStyle NT?

uStyle NT is a Chrome extension developed by http://exeti.co, and its main feature is "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.".

Extension Screenshots

screenshot

Download uStyle NT Extension CRX File

Download uStyle NT 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

                        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.                    

Extension Basic Information

Name uStyle NT uStyle NT
ID ogmddfaldoikbnjeejacabbfjpglphpm
Official URL https://chrome.google.com/webstore/detail/ustyle-nt/ogmddfaldoikbnjeejacabbfjpglphpm
Description 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.
File Size 57.42 KB
Installation Count 13
Current Version 1.4.0.3
Last Updated 2016-05-28
Publish Date 2016-05-28
Rating 4.83/5 Total 6 Ratings
Developer http://exeti.co
Email [email protected]
Payment Type free
Extension Website http://www.nordic-t.me
Help Page URL http://exeti.co/2012/01/tema-ustylent/
Supported Languages 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"
        }
    ]
}