Nyaa Links

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

Wat is Nyaa Links?

Nyaa Links is een Chrome-extensie ontwikkeld door boompyz, en de belangrijkste functie is "Show a collection of all magnetic links from a nyaa.si page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Nyaa Links

Download Nyaa Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Cat icons created by berkahicon - Flaticon                    

Basisinformatie over de Extensie

Naam Nyaa Links Nyaa Links
ID pjibfmcjhkfgbldjkmpaiamdmjafelph
Officiële URL https://chromewebstore.google.com/detail/nyaa-links/pjibfmcjhkfgbldjkmpaiamdmjafelph
Beschrijving Show a collection of all magnetic links from a nyaa.si page.
Bestandsgrootte 9.08 KB
Aantal Installaties 89
Huidige Versie 1.0
Laatst Bijgewerkt 2023-07-01
Publicatiedatum 2023-07-01
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar boompyz
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://nyaalinks.boompyz.com/privacy.html
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}