KAT UI - Kickass Torrents Special
Improved user interface of KickassTorrents (kat).
What is KAT UI - Kickass Torrents Special?
KAT UI - Kickass Torrents Special is a Chrome extension developed by jzjzjzj, and its main feature is "Improved user interface of KickassTorrents (kat).".
Extension Screenshots
Download KAT UI - Kickass Torrents Special Extension CRX File
Download KAT UI - Kickass Torrents Special extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | KAT UI - Kickass Torrents Special |
ID | nmpmaifgfbegmbnmmekiegcfkhpdibcc |
Official URL | https://chromewebstore.google.com/detail/kat-ui-kickass-torrents-s/nmpmaifgfbegmbnmmekiegcfkhpdibcc |
Description | Improved user interface of KickassTorrents (kat). |
File Size | 18.94 KB |
Installation Count | 723 |
Current Version | 0.2.3 |
Last Updated | 2015-10-07 |
Publish Date | 2015-10-07 |
Rating | 4.33/5 Total 49 Ratings |
Developer | jzjzjzj |
Payment Type | free |
Extension Website | https://github.com/jzjzjzj/kat-ui |
Help Page URL | https://github.com/jzjzjzj/kat-ui/issues |
Supported Languages | 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" ] } |