KAT UI - Kickass Torrents Special
Improved user interface of KickassTorrents (kat).
Co to jest KAT UI - Kickass Torrents Special?
KAT UI - Kickass Torrents Special to rozszerzenie Chrome opracowane przez jzjzjzj, a jego główną funkcją jest „Improved user interface of KickassTorrents (kat).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia KAT UI - Kickass Torrents Special
Pobierz pliki rozszerzeń KAT UI - Kickass Torrents Special w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | KAT UI - Kickass Torrents Special |
ID | nmpmaifgfbegmbnmmekiegcfkhpdibcc |
Oficjalny URL | https://chromewebstore.google.com/detail/kat-ui-kickass-torrents-s/nmpmaifgfbegmbnmmekiegcfkhpdibcc |
Opis | Improved user interface of KickassTorrents (kat). |
Rozmiar pliku | 18.94 KB |
Liczba instalacji | 723 |
Aktualna Wersja | 0.2.3 |
Ostatnia Aktualizacja | 2015-10-07 |
Data Publikacji | 2015-10-07 |
Ocena | 4.33/5 Łącznie 49 Oceny |
Deweloper | jzjzjzj |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jzjzjzj/kat-ui |
Adres URL Strony Pomocy | https://github.com/jzjzjzj/kat-ui/issues |
Obsługiwane Języki | 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" ] } |