Magnet Links for Torrentz2
Adds magnet links to torrent files on Torrentz2.
Magnet Links for Torrentz2とは何ですか?
Magnet Links for Torrentz2はblahblahblahblha303によって開発されたChromeの拡張機能で、その主な機能は「Adds magnet links to torrent files on Torrentz2.」です。
拡張機能のスクリーンショット
Magnet Links for Torrentz2拡張機能のCRXファイルをダウンロード
Magnet Links for Torrentz2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds magnet links to torrents on the Torrentz2 search engine. Works both on search result pages and single torrent pages. Note: on a search result page you need to hover over the magnet icon for a moment if you want the link to contain the trackers. When the icon becomes highlighted, it means that the trackers have been added, although the link will also work without them. On single pages trackers are added instantly. The extension works on Torrentz on the off-chance it comes back, and on Torrentz2. It's written in vanilla JavaScript and is apparently over six times smaller in size than its rivals according to the author. Github: https://github.com/blha303/torrentz2-magnet
拡張機能の基本情報
名前 | |
ID | hkobljcmoojndbempmmgagaphocpmkni |
公式URL | https://chrome.google.com/webstore/detail/magnet-links-for-torrentz/hkobljcmoojndbempmmgagaphocpmkni |
説明 | Adds magnet links to torrent files on Torrentz2. |
ファイルサイズ | 10.07 KB |
インストール数 | 7,819 |
現在のバージョン | 0.9.5-t2 |
最終更新日 | 2016-08-24 |
公開日 | 2016-08-24 |
評価 | 4.60/5 合計 35 レビュー |
開発者 | blahblahblahblha303 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://b303.me/chromestoreprivacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "style.css" ], "js": [ "script.js" ], "matches": [ "*:\/\/torrentz.eu\/*", "*:\/\/torrentz.ch\/*", "*:\/\/torrentz.me\/*", "*:\/\/torrentz.in\/*", "*:\/\/torrentz.com\/*", "*:\/\/torrentz2.eu\/*" ], "run_at": "document_end" } ], "description": "Adds magnet links to torrent files on Torrentz2.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Magnet Links for Torrentz2", "version": "0.10.5", "version_name": "0.9.5-t2", "web_accessible_resources": [ "icon16.png" ] } |