Nyaa Links
Show a collection of all magnetic links from a nyaa.si page.
Apa itu Nyaa Links?
Nyaa Links adalah ekstensi Chrome yang dikembangkan oleh boompyz, dan fitur utamanya adalah "Show a collection of all magnetic links from a nyaa.si page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Nyaa Links
Unduh file ekstensi Nyaa Links dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Provides a Copy button to put all magnetic links from a nyaa.si page into the clipboard. Cat icons created by berkahicon - Flaticon
Informasi Dasar Ekstensi
Nama | |
ID | pjibfmcjhkfgbldjkmpaiamdmjafelph |
URL Resmi | https://chromewebstore.google.com/detail/nyaa-links/pjibfmcjhkfgbldjkmpaiamdmjafelph |
Deskripsi | Show a collection of all magnetic links from a nyaa.si page. |
Ukuran File | 9.08 KB |
Jumlah Instalasi | 89 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-07-01 |
Tanggal Publikasi | 2023-07-01 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | boompyz |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://nyaalinks.boompyz.com/privacy.html |
Bahasa yang Didukung | 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\/*" ] } ] } |