Imdb Random Watchlist Selector
Generate random movies from the Imdb Watchlist.
Hvad er Imdb Random Watchlist Selector?
Imdb Random Watchlist Selector er en Chrome-udvidelse udviklet af https://e-pot.xyz, og dens hovedfunktion er "Generate random movies from the Imdb Watchlist.".
Udvidelsesskærmbilleder
Download Imdb Random Watchlist Selector-udvidelses-CRX-fil
Download Imdb Random Watchlist Selector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extention add a button on the imdb watchlist page. By clicking on it, it will generate a random movie choose within your watchlist. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ohfjlddmlifmhhgppijhjggnioaapekn |
| Officiel URL | https://chromewebstore.google.com/detail/imdb-random-watchlist-sel/ohfjlddmlifmhhgppijhjggnioaapekn |
| Beskrivelse | Generate random movies from the Imdb Watchlist. |
| Filstørrelse | 129 KB |
| Antal Installationer | 476 |
| Nuværende Version | 1.5 |
| Senest Opdateret | 2018-01-29 |
| Udgivelsesdato | 2018-01-28 |
| Bedømmelse | 3.04/5 Samlet 23 Bedømmelser |
| Udvikler | https://e-pot.xyz |
| Betalingsmetode | free |
| Understøttede Sprog | 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*"
]
}
]
} | |