Nyaa Links
Show a collection of all magnetic links from a nyaa.si page.
Nyaa Linksคืออะไร?
Nyaa Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย boompyz และคุณลักษณะหลักของมันคือ "Show a collection of all magnetic links from a nyaa.si page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nyaa Links
ดาวน์โหลดไฟล์ส่วนขยาย Nyaa Links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides a Copy button to put all magnetic links from a nyaa.si page into the clipboard. Cat icons created by berkahicon - Flaticon
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pjibfmcjhkfgbldjkmpaiamdmjafelph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nyaa-links/pjibfmcjhkfgbldjkmpaiamdmjafelph |
คำอธิบาย | Show a collection of all magnetic links from a nyaa.si page. |
ขนาดไฟล์ | 9.08 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-07-01 |
วันที่เผยแพร่ | 2023-07-01 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | boompyz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://nyaalinks.boompyz.com/privacy.html |
ภาษาที่รองรับ | 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\/*" ] } ] } |