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 là gì?
uStyle NT là một tiện ích mở rộng Chrome được phát triển bởi http://exeti.co, và tính năng chính của nó là "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.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng uStyle NT
Tải xuống các tệp mở rộng uStyle NT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ogmddfaldoikbnjeejacabbfjpglphpm |
URL Chính Thức | https://chrome.google.com/webstore/detail/ustyle-nt/ogmddfaldoikbnjeejacabbfjpglphpm |
Mô tả | 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. |
Kích Thước Tệp | 57.42 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 1.4.0.3 |
Cập Nhật Lần Cuối | 2016-05-28 |
Ngày Phát Hành | 2016-05-28 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://exeti.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.nordic-t.me |
URL Trang Trợ Giúp | http://exeti.co/2012/01/tema-ustylent/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |