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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
}
} | |