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
电子邮箱 [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"
        }
    ]
}