KAT UI - Kickass Torrents Special

Improved user interface of KickassTorrents (kat).

Was ist KAT UI - Kickass Torrents Special?

KAT UI - Kickass Torrents Special ist eine Chrome-Erweiterung, die von jzjzjzj entwickelt wurde, und ihr Hauptmerkmal ist "Improved user interface of KickassTorrents (kat).".

Erweiterungsscreenshots

screenshot

KAT UI - Kickass Torrents Special-Erweiterungs-CRX-Datei herunterladen

Laden Sie KAT UI - Kickass Torrents Special-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name KAT UI - Kickass Torrents Special KAT UI - Kickass Torrents Special
ID nmpmaifgfbegmbnmmekiegcfkhpdibcc
Offizielle URL https://chromewebstore.google.com/detail/kat-ui-kickass-torrents-s/nmpmaifgfbegmbnmmekiegcfkhpdibcc
Beschreibung Improved user interface of KickassTorrents (kat).
Dateigröße 18.94 KB
Installationsanzahl 723
Aktuelle Version 0.2.3
Letztes Update 2015-10-07
Veröffentlichungsdatum 2015-10-07
Bewertung 4.33/5 Insgesamt 49 Bewertungen
Entwickler jzjzjzj
Zahlungsart free
Erweiterungswebsite https://github.com/jzjzjzj/kat-ui
Hilfeseite URL https://github.com/jzjzjzj/kat-ui/issues
Unterstützte Sprachen 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"
    ]
}