Imdb Random Watchlist Selector

Generate random movies from the Imdb Watchlist.

Cos'è Imdb Random Watchlist Selector?

Imdb Random Watchlist Selector è un'estensione di Chrome sviluppata da https://e-pot.xyz, e la sua funzione principale è "Generate random movies from the Imdb Watchlist.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Imdb Random Watchlist Selector

Scarica i file di estensione Imdb Random Watchlist Selector 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 extention add a button on the imdb watchlist page. By clicking on it, it will generate a random movie choose within your watchlist.                    

Informazioni di Base sull'Estensione

Nome Imdb Random Watchlist Selector Imdb Random Watchlist Selector
ID ohfjlddmlifmhhgppijhjggnioaapekn
URL Ufficiale https://chromewebstore.google.com/detail/imdb-random-watchlist-sel/ohfjlddmlifmhhgppijhjggnioaapekn
Descrizione Generate random movies from the Imdb Watchlist.
Dimensione del File 129 KB
Conteggio Installazioni 476
Versione Corrente 1.5
Ultimo Aggiornamento 2018-01-29
Data di Pubblicazione 2018-01-28
Valutazione 3.04/5 Totale 23 Valutazioni
Sviluppatore https://e-pot.xyz
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imdb Random Watchlist Selector",
    "version": "1.5",
    "author": {
        "name": "Conchilicultor",
        "email": "[email protected]"
    },
    "description": "Generate random movies from the Imdb Watchlist.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "RandomSelector.js"
            ],
            "matches": [
                "http:\/\/*.imdb.com\/user\/ur*\/watchlist*"
            ]
        }
    ]
}