Nyaa Links

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

Qu'est-ce que Nyaa Links ?

Nyaa Links est une extension Chrome développée par boompyz, et sa fonction principale est "Show a collection of all magnetic links from a nyaa.si page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nyaa Links

Téléchargez les fichiers d'extension Nyaa Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Cat icons created by berkahicon - Flaticon                    

Informations de Base sur l'Extension

Nom Nyaa Links Nyaa Links
ID pjibfmcjhkfgbldjkmpaiamdmjafelph
URL Officiel https://chromewebstore.google.com/detail/nyaa-links/pjibfmcjhkfgbldjkmpaiamdmjafelph
Description Show a collection of all magnetic links from a nyaa.si page.
Taille du Fichier 9.08 KB
Nombre d'Installations 89
Version Actuelle 1.0
Dernière Mise à Jour 2023-07-01
Date de Publication 2023-07-01
Évaluation 4.00/5 Total 2 Évaluations
Développeur boompyz
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://nyaalinks.boompyz.com/privacy.html
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}