Imdb Random Watchlist Selector

Generate random movies from the Imdb Watchlist.

Qu'est-ce que Imdb Random Watchlist Selector ?

Imdb Random Watchlist Selector est une extension Chrome développée par https://e-pot.xyz, et sa fonction principale est "Generate random movies from the Imdb Watchlist.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Imdb Random Watchlist Selector

Téléchargez les fichiers d'extension Imdb Random Watchlist Selector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extention add a button on the imdb watchlist page. By clicking on it, it will generate a random movie choose within your watchlist.                    

Informations de Base sur l'Extension

Nom Imdb Random Watchlist Selector Imdb Random Watchlist Selector
ID ohfjlddmlifmhhgppijhjggnioaapekn
URL Officiel https://chromewebstore.google.com/detail/imdb-random-watchlist-sel/ohfjlddmlifmhhgppijhjggnioaapekn
Description Generate random movies from the Imdb Watchlist.
Taille du Fichier 129 KB
Nombre d'Installations 476
Version Actuelle 1.5
Dernière Mise à Jour 2018-01-29
Date de Publication 2018-01-28
Évaluation 3.04/5 Total 23 Évaluations
Développeur https://e-pot.xyz
Type de Paiement free
Langues Prises en Charge 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*"
            ]
        }
    ]
}