TorrentLeech IMDb-ify
Allows TL users to see at a glance what the selected movie/tv series is about.
TorrentLeech IMDb-ifyคืออะไร?
TorrentLeech IMDb-ify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jdw และคุณลักษณะหลักของมันคือ "Allows TL users to see at a glance what the selected movie/tv series is about."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TorrentLeech IMDb-ify
ดาวน์โหลดไฟล์ส่วนขยาย TorrentLeech IMDb-ify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Dynamically creates a pane visualizing key information of the selected item.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TorrentLeech IMDb-ify |
ID | njebdiiinbcomfljbdllgekmlglnmoie |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/torrentleech-imdb-ify/njebdiiinbcomfljbdllgekmlglnmoie |
คำอธิบาย | Allows TL users to see at a glance what the selected movie/tv series is about. |
ขนาดไฟล์ | 58.03 KB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 1.3.8 |
อัปเดตครั้งล่าสุด | 2016-04-20 |
วันที่เผยแพร่ | 2016-04-20 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jdw |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TorrentLeech IMDb-ify", "version": "1.3.8", "description": "Allows TL users to see at a glance what the selected movie\/tv series is about.", "icons": { "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/torrentleech.org\/torrents\/browse\/*", "http:\/\/www.torrentleech.org\/torrents\/browse\/*", "https:\/\/torrentleech.org\/torrents\/browse\/*", "https:\/\/www.torrentleech.org\/torrents\/browse\/*" ], "css": [ "jquery.qtip.min.css", "style.css" ], "js": [ "jquery.js", "jquery.qtip.min.js", "script.js" ] } ], "web_accessible_resources": [ "jquery.qtip.min.js.map", "loading.gif" ] } |