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 擴展基本資訊
| 名稱 | |
| ID | nmpmaifgfbegmbnmmekiegcfkhpdibcc |
| 官方網址 | 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"
]
} | |