KAT UI - Kickass Torrents Special
Improved user interface of KickassTorrents (kat).
Wat is KAT UI - Kickass Torrents Special?
KAT UI - Kickass Torrents Special is een Chrome-extensie ontwikkeld door jzjzjzj, en de belangrijkste functie is "Improved user interface of KickassTorrents (kat).".
Extensie Screenshots
Download het CRX-bestand van de extensie KAT UI - Kickass Torrents Special
Download KAT UI - Kickass Torrents Special-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | nmpmaifgfbegmbnmmekiegcfkhpdibcc |
| Officiële URL | https://chromewebstore.google.com/detail/kat-ui-kickass-torrents-s/nmpmaifgfbegmbnmmekiegcfkhpdibcc |
| Beschrijving | Improved user interface of KickassTorrents (kat). |
| Bestandsgrootte | 18.94 KB |
| Aantal Installaties | 723 |
| Huidige Versie | 0.2.3 |
| Laatst Bijgewerkt | 2015-10-07 |
| Publicatiedatum | 2015-10-07 |
| Beoordeling | 4.33/5 Totaal 49 Beoordelingen |
| Ontwikkelaar | jzjzjzj |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jzjzjzj/kat-ui |
| Help Pagina-URL | https://github.com/jzjzjzj/kat-ui/issues |
| Ondersteunde Talen | 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"
]
} | |