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.
Co je uStyle NT?
uStyle NT je rozšíření Chrome vyvinuté http://exeti.co, a jeho hlavní funkcí je „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.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření uStyle NT
Stáhněte si soubory rozšíření uStyle NT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ogmddfaldoikbnjeejacabbfjpglphpm |
Oficiální URL | https://chrome.google.com/webstore/detail/ustyle-nt/ogmddfaldoikbnjeejacabbfjpglphpm |
Popis | 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. |
Velikost souboru | 57.42 KB |
Počet instalací | 13 |
Aktuální Verze | 1.4.0.3 |
Poslední Aktualizace | 2016-05-28 |
Datum Vydání | 2016-05-28 |
Hodnocení | 4.83/5 Celkem 6 Hodnocení |
Vývojář | http://exeti.co |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.nordic-t.me |
URL Stránky Nápovědy | http://exeti.co/2012/01/tema-ustylent/ |
Podporované Jazyky | 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" } ] } |