Trakt List Randomizer
Shows a random item on any Trakt list
What is Trakt List Randomizer?
Trakt List Randomizer is a Chrome extension developed by tetharion, and its main feature is "Shows a random item on any Trakt list".
Extension Screenshots
Download Trakt List Randomizer Extension CRX File
Download Trakt List Randomizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Trakt List Randomizer |
ID | jnbpdknealdopljnifnnljipadeeeeod |
Official URL | https://chromewebstore.google.com/detail/trakt-list-randomizer/jnbpdknealdopljnifnnljipadeeeeod |
Description | Shows a random item on any Trakt list |
File Size | 75.52 KB |
Installation Count | 72 |
Current Version | 0.1.5 |
Last Updated | 2016-07-31 |
Publish Date | 2016-07-31 |
Developer | tetharion |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |