KAT UI - Kickass Torrents Special

Improved user interface of KickassTorrents (kat).

Qu'est-ce que KAT UI - Kickass Torrents Special ?

KAT UI - Kickass Torrents Special est une extension Chrome développée par jzjzjzj, et sa fonction principale est "Improved user interface of KickassTorrents (kat).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KAT UI - Kickass Torrents Special

Téléchargez les fichiers d'extension KAT UI - Kickass Torrents Special au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom KAT UI - Kickass Torrents Special KAT UI - Kickass Torrents Special
ID nmpmaifgfbegmbnmmekiegcfkhpdibcc
URL Officiel https://chromewebstore.google.com/detail/kat-ui-kickass-torrents-s/nmpmaifgfbegmbnmmekiegcfkhpdibcc
Description Improved user interface of KickassTorrents (kat).
Taille du Fichier 18.94 KB
Nombre d'Installations 723
Version Actuelle 0.2.3
Dernière Mise à Jour 2015-10-07
Date de Publication 2015-10-07
Évaluation 4.33/5 Total 49 Évaluations
Développeur jzjzjzj
Type de Paiement free
Site Web de l'Extension https://github.com/jzjzjzj/kat-ui
URL de la Page d'Aide https://github.com/jzjzjzj/kat-ui/issues
Langues Prises en Charge 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"
    ]
}