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 +とは何ですか?
Torrentz2 Magnet & IMDb +はgilshallemによって開発されたChromeの拡張機能で、その主な機能は「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 +拡張機能のCRXファイルをダウンロード
Torrentz2 Magnet & IMDb +拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Torrentz2 Magnet & IMDb + |
ID | gfdagplpafaaplpkngcjbpkgeneapboc |
公式URL | https://chromewebstore.google.com/detail/torrentz2-magnet-imdb-+/gfdagplpafaaplpkngcjbpkgeneapboc |
説明 | Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error |
ファイルサイズ | 22.72 KB |
インストール数 | 6,428 |
現在のバージョン | 1.0.5 |
最終更新日 | 2020-12-22 |
公開日 | 2020-08-01 |
評価 | 4.13/5 合計 8 レビュー |
開発者 | gilshallem |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |