Nyaagnet
Convert NyaaTorrents download links into magnet links
Nyaagnetとは何ですか?
Nyaagnetはmatchaiによって開発されたChromeの拡張機能で、その主な機能は「Convert NyaaTorrents download links into magnet links」です。
拡張機能のスクリーンショット
Nyaagnet拡張機能のCRXファイルをダウンロード
Nyaagnet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
NyaaTorrents has built-in support for magnet linking by appending `magnet=1` as a query parameter. This extension appends the magnet parameter to all NyaaTorrents download links you navigate to.
拡張機能の基本情報
名前 | Nyaagnet |
ID | anaccjminbfaipgpcmepjlfgnaliogma |
公式URL | https://chromewebstore.google.com/detail/nyaagnet/anaccjminbfaipgpcmepjlfgnaliogma |
説明 | Convert NyaaTorrents download links into magnet links |
ファイルサイズ | 11.42 KB |
インストール数 | 30 |
現在のバージョン | 0.0.2 |
最終更新日 | 2016-09-25 |
公開日 | 2016-09-24 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | matchai |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/matchai/nyaagnet |
ヘルプページのURL | https://github.com/matchai/nyaagnet/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nyaagnet", "version": "0.0.2", "description": "Convert NyaaTorrents download links into magnet links", "homepage_url": "https:\/\/github.com\/matchai\/nyaagnet", "manifest_version": 2, "minimum_chrome_version": "36", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.nyaa.se\/*" ], "icons": { "128": "iconx128.png", "48": "iconx48.png" }, "background": { "scripts": [ "background.js" ] } } |