IMDb for Torrentz
Adds IMDb information to torrent files on Torrentz.
IMDb for Torrentzคืออะไร?
IMDb for Torrentz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bodyflex และคุณลักษณะหลักของมันคือ "Adds IMDb information to torrent files on Torrentz."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMDb for Torrentz
ดาวน์โหลดไฟล์ส่วนขยาย IMDb for Torrentz ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Now also works with HTTPS thanks to https://github.com/sodik82! Adds IMDb-ratings to search results on all Torrentz-sites. Using BitTorrent is legal, downloading copyrighted material isn't. Be careful of what you download or face the consequences. GitHub: https://github.com/bodyflex/torrentz-imdb
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IMDb for Torrentz |
ID | kmickmhkjdjhhehdfehhbhfalalajjng |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng |
คำอธิบาย | Adds IMDb information to torrent files on Torrentz. |
ขนาดไฟล์ | 15.64 KB |
จำนวนการติดตั้ง | 438 |
เวอร์ชันปัจจุบัน | 0.4.1 |
อัปเดตครั้งล่าสุด | 2015-03-18 |
วันที่เผยแพร่ | 2015-03-18 |
คะแนน | 4.67/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | bodyflex |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "script.js" ], "css": [ "style.css" ], "run_at": "document_end", "matches": [ "*:\/\/torrentz.eu\/*", "*:\/\/torrentz.ch\/*", "*:\/\/torrentz.me\/*", "*:\/\/torrentz.in\/*" ] } ], "description": "Adds IMDb information to torrent files on Torrentz.", "manifest_version": 2, "name": "IMDb for Torrentz", "version": "0.4.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/www.omdbapi.com\/" ], "background": { "scripts": [ "background.js" ] } } |