TPB IMDB Pirate Bay Search Plugin
Search The Pirate Bay from IMDB.
TPB IMDB Pirate Bay Search Plugin là gì?
TPB IMDB Pirate Bay Search Plugin là một tiện ích mở rộng Chrome được phát triển bởi evan.palmer, và tính năng chính của nó là "Search The Pirate Bay from IMDB.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TPB IMDB Pirate Bay Search Plugin
Tải xuống các tệp mở rộng TPB IMDB Pirate Bay Search Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | balopjhbkeaphbdgegdgeckdjhoaencd |
URL Chính Thức | https://chrome.google.com/webstore/detail/tpb-imdb-pirate-bay-searc/balopjhbkeaphbdgegdgeckdjhoaencd |
Mô tả | Search The Pirate Bay from IMDB. |
Kích Thước Tệp | 2.04 MB |
Số Lần Cài Đặt | 337 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2014-12-13 |
Ngày Phát Hành | 2014-12-13 |
Đánh Giá | 3.32/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | evan.palmer |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://evanjpalmer.wordpress.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |