Movie Finder
Find a quality show on popcorn night by checking ratings and scores.
Movie Finderคืออะไร?
Movie Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sallyyuen และคุณลักษณะหลักของมันคือ "Find a quality show on popcorn night by checking ratings and scores."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Movie Finder
ดาวน์โหลดไฟล์ส่วนขยาย Movie Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension makes it quick and easy to find the general consensus about a film or a show. Type in the title and get available IMDb, Rotten Tomatoes, and Metacritic scores. Requires no permissions. Uses the OMDb API. Icon made by Freepik from www.flaticon.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Movie Finder |
ID | bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/movie-finder/bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
คำอธิบาย | Find a quality show on popcorn night by checking ratings and scores. |
ขนาดไฟล์ | 769 KB |
จำนวนการติดตั้ง | 465 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-05-19 |
วันที่เผยแพร่ | 2018-05-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | sallyyuen |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Movie Finder", "version": "1.2", "description": "Find a quality show on popcorn night by checking ratings and scores.", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/popcorn16.png", "32": "images\/popcorn32.png", "48": "images\/popcorn48.png", "128": "images\/popcorn128.png" } }, "icons": { "16": "images\/popcorn16.png", "32": "images\/popcorn32.png", "48": "images\/popcorn48.png", "128": "images\/popcorn128.png" }, "manifest_version": 2 } |