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 |
| 公式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"
]
} | |