Imdb Random Watchlist Selector
Generate random movies from the Imdb Watchlist.
ما هو Imdb Random Watchlist Selector؟
Imdb Random Watchlist Selector هو إضافة Chrome تم تطويرها بواسطة https://e-pot.xyz، والميزة الرئيسية لها هي "Generate random movies from the Imdb Watchlist.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Imdb Random Watchlist Selector
قم بتنزيل ملفات الامتداد Imdb Random Watchlist Selector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extention add a button on the imdb watchlist page. By clicking on it, it will generate a random movie choose within your watchlist.
معلومات أساسية عن التمديد
الاسم | Imdb Random Watchlist Selector |
ID | ohfjlddmlifmhhgppijhjggnioaapekn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/imdb-random-watchlist-sel/ohfjlddmlifmhhgppijhjggnioaapekn |
الوصف | Generate random movies from the Imdb Watchlist. |
حجم الملف | 129 KB |
عدد التثبيتات | 476 |
النسخة الحالية | 1.5 |
آخر تحديث | 2018-01-29 |
تاريخ النشر | 2018-01-28 |
تقييم | 3.04/5 مجموع تقييمات 23 |
المطور | https://e-pot.xyz |
نوع الدفع | free |
اللغات المدعومة | 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*" ] } ] } |