KAT UI - Kickass Torrents Special

Improved user interface of KickassTorrents (kat).

KAT UI - Kickass Torrents Special là gì?

KAT UI - Kickass Torrents Special là một tiện ích mở rộng Chrome được phát triển bởi jzjzjzj, và tính năng chính của nó là "Improved user interface of KickassTorrents (kat).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng KAT UI - Kickass Torrents Special

Tải xuống các tệp mở rộng KAT UI - Kickass Torrents Special 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

                        Improved user interface of KickassTorrents (kat).
This extension:
- highlights recently uploaded torrents;
- auto-hides the tag cloud.

Suggestions @ http://git.io/vTsDX

The Pirate Bay UI - http://goo.gl/bKTLMQ                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KAT UI - Kickass Torrents Special KAT UI - Kickass Torrents Special
ID nmpmaifgfbegmbnmmekiegcfkhpdibcc
URL Chính Thức https://chromewebstore.google.com/detail/kat-ui-kickass-torrents-s/nmpmaifgfbegmbnmmekiegcfkhpdibcc
Mô tả Improved user interface of KickassTorrents (kat).
Kích Thước Tệp 18.94 KB
Số Lần Cài Đặt 723
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2015-10-07
Ngày Phát Hành 2015-10-07
Đánh Giá 4.33/5 Tổng số 49 Đánh Giá
Nhà Phát Triển jzjzjzj
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jzjzjzj/kat-ui
URL Trang Trợ Giúp https://github.com/jzjzjzj/kat-ui/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KAT UI - Kickass Torrents Special",
    "short_name": "KAT UI",
    "description": "Improved user interface of KickassTorrents (kat).",
    "version": "0.2.3",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "js.js"
            ],
            "css": [
                "css.css"
            ],
            "matches": [
                "https:\/\/kat.cr\/*",
                "http:\/\/kat.cr\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "highlight.js"
    ]
}