Nyaagnet
Convert NyaaTorrents download links into magnet links
What is Nyaagnet?
Nyaagnet is a Chrome extension developed by matchai, and its main feature is "Convert NyaaTorrents download links into magnet links".
Extension Screenshots
Download Nyaagnet Extension CRX File
Download Nyaagnet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Nyaagnet |
ID | anaccjminbfaipgpcmepjlfgnaliogma |
Official URL | https://chromewebstore.google.com/detail/nyaagnet/anaccjminbfaipgpcmepjlfgnaliogma |
Description | Convert NyaaTorrents download links into magnet links |
File Size | 11.42 KB |
Installation Count | 30 |
Current Version | 0.0.2 |
Last Updated | 2016-09-25 |
Publish Date | 2016-09-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | matchai |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/matchai/nyaagnet |
Help Page URL | https://github.com/matchai/nyaagnet/issues |
Supported Languages | 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" ] } } |