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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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*" ] } ] } |