IMDB (Unofficial)
This is a chrome extension which makes users to get info about a movie right in their browser(chrome)
IMDB (Unofficial)คืออะไร?
IMDB (Unofficial) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sunny Jhunjhunwala และคุณลักษณะหลักของมันคือ "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMDB (Unofficial)
ดาวน์โหลดไฟล์ส่วนขยาย IMDB (Unofficial) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension helps you to quickly find more details about movies like Imdb rating, small description etc without the need of going to IMDB.com or leaving your browser tab. Type movie name and hit enter or click on search to get movie or serial details, incase of movies with same names but different year, accompany the title with year also to target the correct film. This is not a official product from IMDB and this extension is using OMDB API (http://www.omdbapi.com/). All content included on this extension, such as text, logos etc are properties of their respective companies.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IMDB (Unofficial) |
ID | jjklpjnbopcmdeleflmpcpjeleccgmlh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/imdb-unofficial/jjklpjnbopcmdeleflmpcpjeleccgmlh |
คำอธิบาย | This is a chrome extension which makes users to get info about a movie right in their browser(chrome) |
ขนาดไฟล์ | 105 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2020-02-09 |
วันที่เผยแพร่ | 2020-02-09 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Sunny Jhunjhunwala |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sunnyjhunjhunwala.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDB (Unofficial)", "description": "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)", "version": "1.2.0", "permissions": [ "http:\/\/www.omdbapi.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "app\/imdb.html" }, "icons": { "19": "icon.png", "48": "icon-medium.png", "128": "icon-big.png" } } |