Imdb Random Watchlist Selector

Generate random movies from the Imdb Watchlist.

Wat is Imdb Random Watchlist Selector?

Imdb Random Watchlist Selector is een Chrome-extensie ontwikkeld door https://e-pot.xyz, en de belangrijkste functie is "Generate random movies from the Imdb Watchlist.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Imdb Random Watchlist Selector

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

Basisinformatie over de Extensie

Naam Imdb Random Watchlist Selector Imdb Random Watchlist Selector
ID ohfjlddmlifmhhgppijhjggnioaapekn
Officiële URL https://chromewebstore.google.com/detail/imdb-random-watchlist-sel/ohfjlddmlifmhhgppijhjggnioaapekn
Beschrijving Generate random movies from the Imdb Watchlist.
Bestandsgrootte 129 KB
Aantal Installaties 476
Huidige Versie 1.5
Laatst Bijgewerkt 2018-01-29
Publicatiedatum 2018-01-28
Beoordeling 3.04/5 Totaal 23 Beoordelingen
Ontwikkelaar https://e-pot.xyz
Betalingswijze free
Ondersteunde Talen 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*"
            ]
        }
    ]
}