Nyaa Links

Show a collection of all magnetic links from a nyaa.si page.

What is Nyaa Links?

Nyaa Links is a Chrome extension developed by boompyz, and its main feature is "Show a collection of all magnetic links from a nyaa.si page.".

Extension Screenshots

screenshot

Download Nyaa Links Extension CRX File

Download Nyaa Links 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

                        Provides a Copy button to put all magnetic links from a nyaa.si page into the clipboard.

Cat icons created by berkahicon - Flaticon                    

Extension Basic Information

Name Nyaa Links Nyaa Links
ID pjibfmcjhkfgbldjkmpaiamdmjafelph
Official URL https://chromewebstore.google.com/detail/nyaa-links/pjibfmcjhkfgbldjkmpaiamdmjafelph
Description Show a collection of all magnetic links from a nyaa.si page.
File Size 9.08 KB
Installation Count 89
Current Version 1.0
Last Updated 2023-07-01
Publish Date 2023-07-01
Rating 4.00/5 Total 2 Ratings
Developer boompyz
Email [email protected]
Payment Type free
Privacy Policy Page URL https://nyaalinks.boompyz.com/privacy.html
Supported Languages 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\/*"
            ]
        }
    ]
}