KAT UI - Kickass Torrents Special

Improved user interface of KickassTorrents (kat).

Cos'è KAT UI - Kickass Torrents Special?

KAT UI - Kickass Torrents Special è un'estensione di Chrome sviluppata da jzjzjzj, e la sua funzione principale è "Improved user interface of KickassTorrents (kat).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KAT UI - Kickass Torrents Special

Scarica i file di estensione KAT UI - Kickass Torrents Special in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome KAT UI - Kickass Torrents Special KAT UI - Kickass Torrents Special
ID nmpmaifgfbegmbnmmekiegcfkhpdibcc
URL Ufficiale https://chromewebstore.google.com/detail/kat-ui-kickass-torrents-s/nmpmaifgfbegmbnmmekiegcfkhpdibcc
Descrizione Improved user interface of KickassTorrents (kat).
Dimensione del File 18.94 KB
Conteggio Installazioni 723
Versione Corrente 0.2.3
Ultimo Aggiornamento 2015-10-07
Data di Pubblicazione 2015-10-07
Valutazione 4.33/5 Totale 49 Valutazioni
Sviluppatore jzjzjzj
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jzjzjzj/kat-ui
URL della Pagina di Aiuto https://github.com/jzjzjzj/kat-ui/issues
Lingue Supportate 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"
    ]
}