Trakt List Randomizer

Shows a random item on any Trakt list

Cos'è Trakt List Randomizer?

Trakt List Randomizer è un'estensione di Chrome sviluppata da tetharion, e la sua funzione principale è "Shows a random item on any Trakt list".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Trakt List Randomizer

Scarica i file di estensione Trakt List Randomizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Trakt List Randomizer Trakt List Randomizer
ID jnbpdknealdopljnifnnljipadeeeeod
URL Ufficiale https://chromewebstore.google.com/detail/trakt-list-randomizer/jnbpdknealdopljnifnnljipadeeeeod
Descrizione Shows a random item on any Trakt list
Dimensione del File 75.52 KB
Conteggio Installazioni 72
Versione Corrente 0.1.5
Ultimo Aggiornamento 2016-07-31
Data di Pubblicazione 2016-07-31
Sviluppatore tetharion
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}