Torrentz2 Magnet & IMDb +
Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error
Torrentz2 Magnet & IMDb + là gì?
Torrentz2 Magnet & IMDb + là một tiện ích mở rộng Chrome được phát triển bởi gilshallem, và tính năng chính của nó là "Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error".
Ả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 Torrentz2 Magnet & IMDb +
Tải xuống các tệp mở rộng Torrentz2 Magnet & IMDb + 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
Features: 1. Adds Magnet Links for both the search results and the details page of torrents. 2. Adds IMDB Rating and link 3. Live Stream torrent videos 4. If the server is down, it will automatically redirect to the TOR site SUPPORTS All THE NEW DOMAINS INCLUDING Torrentz2.is, Torrentsmirror.com and Torrentz.pl
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Torrentz2 Magnet & IMDb + |
ID | gfdagplpafaaplpkngcjbpkgeneapboc |
URL Chính Thức | https://chromewebstore.google.com/detail/torrentz2-magnet-imdb-+/gfdagplpafaaplpkngcjbpkgeneapboc |
Mô tả | Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error |
Kích Thước Tệp | 22.72 KB |
Số Lần Cài Đặt | 6,428 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2020-12-22 |
Ngày Phát Hành | 2020-08-01 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | gilshallem |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.min.js" ] }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "script.min.js" ], "matches": [ "*:\/\/torrentzwealmisr.onion.ws\/*", "*:\/\/torrentsmirror.com\/*", "*:\/\/torrentz.pl\/*", "*:\/\/torrentz2.is\/*", "*:\/\/torrentz.eu\/*", "*:\/\/torrentz.ch\/*", "*:\/\/torrentz.me\/*", "*:\/\/torrentz.in\/*", "*:\/\/torrentz.com\/*", "*:\/\/torrentz2.eu\/*" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/v2.sg.media-imdb.com\/suggestion\/*\/", "https:\/\/*.imdb.com\/*\/", "storage" ], "description": "Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "browser_action": { "default_icon": "\/icon16.png", "default_popup": "settings.html", "default_title": "Torrentz settings" }, "manifest_version": 2, "name": "Torrentz2 Magnet & IMDb +", "version": "1.0.5", "version_name": "1.0.5", "web_accessible_resources": [ "icon16.png", "imdb.png", "play.png" ] } |