KAT UI - Kickass Torrents Special
Improved user interface of KickassTorrents (kat).
什么是KAT UI - Kickass Torrents Special?
KAT UI - Kickass Torrents Special是由jzjzjzj开发的Chrome扩展程序,该扩展的主要功能是“Improved user interface of KickassTorrents (kat).”。
扩展截图
下载KAT UI - Kickass Torrents Special扩展crx文件
下载KAT UI - Kickass Torrents Special扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | KAT UI - Kickass Torrents Special |
ID | nmpmaifgfbegmbnmmekiegcfkhpdibcc |
官方URL | https://chromewebstore.google.com/detail/kat-ui-kickass-torrents-s/nmpmaifgfbegmbnmmekiegcfkhpdibcc |
简介 | Improved user interface of KickassTorrents (kat). |
文件大小 | 18.94 KB |
安装次数 | 723 |
当前版本 | 0.2.3 |
更新时间 | 2015-10-07 |
上架时间 | 2015-10-07 |
评分 | 4.33/5 共49次评分 |
开发者 | jzjzjzj |
付费类型 | free |
扩展官网 | https://github.com/jzjzjzj/kat-ui |
帮助页面URL | https://github.com/jzjzjzj/kat-ui/issues |
支持的语言 | 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" ] } |