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はhttp://exeti.coによって開発されたChromeの拡張機能で、その主な機能は「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

uStyle NT拡張機能のCRXファイルをダウンロード

uStyle NT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.nordic-t.me
ヘルプページのURL 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"
        }
    ]
}