Trakt List Randomizer
Shows a random item on any Trakt list
Co to jest Trakt List Randomizer?
Trakt List Randomizer to rozszerzenie Chrome opracowane przez tetharion, a jego główną funkcją jest „Shows a random item on any Trakt list”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trakt List Randomizer
Pobierz pliki rozszerzeń Trakt List Randomizer 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
This extension shows a new button on every trakt.tv 'List' which gives you a random Movie/TV Show from the currently shown entries. If you are a VIP on Trakt, you have the ability to hide unreleased or uncollected entries first, those will then not be considered.
Podstawowe informacje o rozszerzeniu
Nazwa | Trakt List Randomizer |
ID | jnbpdknealdopljnifnnljipadeeeeod |
Oficjalny URL | https://chromewebstore.google.com/detail/trakt-list-randomizer/jnbpdknealdopljnifnnljipadeeeeod |
Opis | Shows a random item on any Trakt list |
Rozmiar pliku | 75.52 KB |
Liczba instalacji | 72 |
Aktualna Wersja | 0.1.5 |
Ostatnia Aktualizacja | 2016-07-31 |
Data Publikacji | 2016-07-31 |
Deweloper | tetharion |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trakt List Randomizer", "version": "0.1.5", "author": "Mathias Mitterer", "description": "Shows a random item on any Trakt list", "content_scripts": [ { "matches": [ "https:\/\/*.trakt.tv\/*", "http:\/\/*.trakt.tv\/*" ], "js": [ "jquery-2.1.1.min.js", "jquery.bpopup.min.js", "traktlistrandomizer.js" ], "css": [ "bpopup.css" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "icons\/random.png" ] } |