Magnet Links for Torrentz
Adds magnet links to torrent files on Torrentz.
Magnet Links for Torrentzとは何ですか?
Magnet Links for Torrentzはbodyflexによって開発されたChromeの拡張機能で、その主な機能は「Adds magnet links to torrent files on Torrentz.」です。
拡張機能のスクリーンショット
Magnet Links for Torrentz拡張機能のCRXファイルをダウンロード
Magnet Links for Torrentz拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds magnet links to torrents on the Torrentz 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, altough the link will also work without them. On single pages trackers are added instantly. The extension works on all official Torrentz-sites but not on proxies. Supporting proxies is under consideration. It's written in vanilla JavaScript and is over six times smaller in size than its rivals. GitHub: https://github.com/bodyflex/torrentz-magnet
拡張機能の基本情報
名前 | Magnet Links for Torrentz |
ID | pgmaidhfoodebfiocgananbdfnankehm |
公式URL | https://chromewebstore.google.com/detail/magnet-links-for-torrentz/pgmaidhfoodebfiocgananbdfnankehm |
説明 | Adds magnet links to torrent files on Torrentz. |
ファイルサイズ | 8.78 KB |
インストール数 | 10,000 |
現在のバージョン | 0.9.2 |
最終更新日 | 2015-03-18 |
公開日 | 2015-03-18 |
評価 | 3.75/5 合計 88 レビュー |
開発者 | bodyflex |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "script.js" ], "css": [ "style.css" ], "run_at": "document_end", "matches": [ "*:\/\/torrentz.eu\/*", "*:\/\/torrentz.ch\/*", "*:\/\/torrentz.me\/*", "*:\/\/torrentz.in\/*", "*:\/\/torrentz.com\/*" ] } ], "description": "Adds magnet links to torrent files on Torrentz.", "manifest_version": 2, "name": "Magnet Links for Torrentz", "version": "0.9.2", "web_accessible_resources": [ "icon16.png" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |