TPB IMDB Pirate Bay Search Plugin
Search The Pirate Bay from IMDB.
TPB IMDB Pirate Bay Search Pluginคืออะไร?
TPB IMDB Pirate Bay Search Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย evan.palmer และคุณลักษณะหลักของมันคือ "Search The Pirate Bay from IMDB."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TPB IMDB Pirate Bay Search Plugin
ดาวน์โหลดไฟล์ส่วนขยาย TPB IMDB Pirate Bay Search Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension lets you search The Pirate Bay directly from IMDB. It looks at the title and year and gets the top 5 torrents based on number of people seeding it. When the page loads, you can click on the little Pirate Bay logo to see your download options. The items in the drop down list will open directly in your torrent client (via magnet links). If the plug in couldn't find anything, you'll see a little skull and crossbones that signifies my personal, deep apology to you, the user. Wanna make it better: https://github.com/EvanPalmer/TpbImdbSearch/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | balopjhbkeaphbdgegdgeckdjhoaencd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tpb-imdb-pirate-bay-searc/balopjhbkeaphbdgegdgeckdjhoaencd |
คำอธิบาย | Search The Pirate Bay from IMDB. |
ขนาดไฟล์ | 2.04 MB |
จำนวนการติดตั้ง | 337 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2014-12-13 |
วันที่เผยแพร่ | 2014-12-13 |
คะแนน | 3.32/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | evan.palmer |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://evanjpalmer.wordpress.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TPB IMDB Pirate Bay Search Plugin", "version": "0.0.7", "description": "Search The Pirate Bay from IMDB.", "permissions": [ "tabs", "http:\/\/*.thepiratebay.cr\/", "http:\/\/thepiratebay.cr\/" ], "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "web_accessible_resources": [ "images\/ajax-loader.gif", "images\/logo.gif", "images\/logo-not-found.gif" ], "content_scripts": [ { "matches": [ "http:\/\/www.imdb.com\/*", "https:\/\/www.imdb.com\/*" ], "css": [ "bootstrap\/css\/bootstrap.css" ], "js": [ "jquery-1.9.1.min.js", "tpbImdbPirateBaySearch.plugin.js", "contentscript_imdb.js" ] } ] } |