IMDb Filters
Extensión para filtrar películas y series en IMDb
IMDb Filtersคืออะไร?
IMDb Filters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย agustinbinci และคุณลักษณะหลักของมันคือ "Extensión para filtrar películas y series en IMDb"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMDb Filters
ดาวน์โหลดไฟล์ส่วนขยาย IMDb Filters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ESPAÑOL: Actualmente IMDb permite aplicar sólo un filtro a la búsqueda de películas y series. Por género. Esta extensión permite filtrar películas y series en IMDb por más de un filtro a la vez, pudiendo filtrar por: 1. Año 2. Rating 3. Votos 4. Duración ENGLISH: Currently IMDb only allows to apply one filter to its search of movies and TV series. By genre. This extension allows to filter movies and TV series in IMDb by more than one filter at the same time. It allows filtering by: 1. Year 2. Rating 3. Votes 4. Runtime
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pnllgfiggoobpbpagmnmmljjalhjbcke |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/imdb-filters/pnllgfiggoobpbpagmnmmljjalhjbcke |
คำอธิบาย | Extensión para filtrar películas y series en IMDb |
ขนาดไฟล์ | 406 KB |
จำนวนการติดตั้ง | 74 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2017-07-20 |
วันที่เผยแพร่ | 2017-07-20 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | agustinbinci |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/KL44S/IMDbFilters |
ภาษาที่รองรับ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMDb Filters", "manifest_version": 2, "version": "2.0.0", "short_name": "IMDb Filters", "icons": { "48": "images\/imdb-sm.png", "128": "images\/imdb-lg.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "description": "Extensi\u00f3n para filtrar pel\u00edculas y series en IMDb", "content_scripts": [ { "js": [ "contentScript.min.js" ], "matches": [ "http:\/\/www.imdb.com\/*" ] } ], "web_accessible_resources": [ "imdbFilter.min.js" ] } |