Nyaa Links
Show a collection of all magnetic links from a nyaa.si page.
Was ist Nyaa Links?
Nyaa Links ist eine Chrome-Erweiterung, die von boompyz entwickelt wurde, und ihr Hauptmerkmal ist "Show a collection of all magnetic links from a nyaa.si page.".
Erweiterungsscreenshots
Nyaa Links-Erweiterungs-CRX-Datei herunterladen
Laden Sie Nyaa Links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Provides a Copy button to put all magnetic links from a nyaa.si page into the clipboard. Cat icons created by berkahicon - Flaticon
Grundlegende Informationen zur Erweiterung
Name | |
ID | pjibfmcjhkfgbldjkmpaiamdmjafelph |
Offizielle URL | https://chromewebstore.google.com/detail/nyaa-links/pjibfmcjhkfgbldjkmpaiamdmjafelph |
Beschreibung | Show a collection of all magnetic links from a nyaa.si page. |
Dateigröße | 9.08 KB |
Installationsanzahl | 89 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-07-01 |
Veröffentlichungsdatum | 2023-07-01 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | boompyz |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://nyaalinks.boompyz.com/privacy.html |
Unterstützte Sprachen | 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\/*" ] } ] } |