Nyaa Links
Show a collection of all magnetic links from a nyaa.si page.
什么是Nyaa Links?
Nyaa Links是由boompyz开发的Chrome扩展程序,该扩展的主要功能是“Show a collection of all magnetic links from a nyaa.si page.”。
扩展截图
下载Nyaa Links扩展crx文件
下载Nyaa Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Provides a Copy button to put all magnetic links from a nyaa.si page into the clipboard. Cat icons created by berkahicon - Flaticon
扩展基本信息
名称 | |
ID | pjibfmcjhkfgbldjkmpaiamdmjafelph |
官方URL | https://chromewebstore.google.com/detail/nyaa-links/pjibfmcjhkfgbldjkmpaiamdmjafelph |
简介 | Show a collection of all magnetic links from a nyaa.si page. |
文件大小 | 9.08 KB |
安装次数 | 89 |
当前版本 | 1.0 |
更新时间 | 2023-07-01 |
上架时间 | 2023-07-01 |
评分 | 4.00/5 共2次评分 |
开发者 | boompyz |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://nyaalinks.boompyz.com/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Nyaa Links", "version": "1.0", "description": "Show a collection of all magnetic links from a nyaa.si page.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/links.js" ], "matches": [ "https:\/\/nyaa.si\/*" ] } ] } |