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.

Cos'è uStyle NT?

uStyle NT è un'estensione di Chrome sviluppata da http://exeti.co, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione uStyle NT

Scarica i file di estensione uStyle NT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome uStyle NT uStyle NT
ID ogmddfaldoikbnjeejacabbfjpglphpm
URL Ufficiale https://chrome.google.com/webstore/detail/ustyle-nt/ogmddfaldoikbnjeejacabbfjpglphpm
Descrizione 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.
Dimensione del File 57.42 KB
Conteggio Installazioni 13
Versione Corrente 1.4.0.3
Ultimo Aggiornamento 2016-05-28
Data di Pubblicazione 2016-05-28
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore http://exeti.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.nordic-t.me
URL della Pagina di Aiuto http://exeti.co/2012/01/tema-ustylent/
Lingue Supportate 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"
        }
    ]
}