Trakt List Randomizer

Shows a random item on any Trakt list

Wat is Trakt List Randomizer?

Trakt List Randomizer is een Chrome-extensie ontwikkeld door tetharion, en de belangrijkste functie is "Shows a random item on any Trakt list".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Trakt List Randomizer

Download Trakt List Randomizer-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

                        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.                    

Basisinformatie over de Extensie

Naam Trakt List Randomizer Trakt List Randomizer
ID jnbpdknealdopljnifnnljipadeeeeod
Officiële URL https://chromewebstore.google.com/detail/trakt-list-randomizer/jnbpdknealdopljnifnnljipadeeeeod
Beschrijving Shows a random item on any Trakt list
Bestandsgrootte 75.52 KB
Aantal Installaties 72
Huidige Versie 0.1.5
Laatst Bijgewerkt 2016-07-31
Publicatiedatum 2016-07-31
Ontwikkelaar tetharion
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}