Torrent Clipper
Add torrent and magnet links to your Bittorrent client's web interface.
Torrent Clipperคืออะไร?
Torrent Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Piperun และคุณลักษณะหลักของมันคือ "Add torrent and magnet links to your Bittorrent client's web interface."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Torrent Clipper
ดาวน์โหลดไฟล์ส่วนขยาย Torrent Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Torrent Clipper is an extension used to remotely add torrents seamlessly, this is an unofficial fork from the firefox version called: Torrent Control. Supported clients: https://github.com/piperun/torrent-clipper/wiki/Supported-Websites Features: Handle magnet links. Utilize store multiple servers seamlessly. Uses Google Sync (if enabled) to store the data. Specialized parsing via regex If there's any problem please go to the support link and open an issue. Original author: https://github.com/Mika-/torrent-control Original artist: https://www.freepik.com/macrovector
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Torrent Clipper |
ID | cmhdhpcfabppigjedlenkmleklplflhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/torrent-clipper/cmhdhpcfabppigjedlenkmleklplflhp |
คำอธิบาย | Add torrent and magnet links to your Bittorrent client's web interface. |
ขนาดไฟล์ | 65.38 KB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 0.2.15 |
อัปเดตครั้งล่าสุด | 2021-03-07 |
วันที่เผยแพร่ | 2019-08-21 |
คะแนน | 4.15/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | Piperun |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/piperun/torrent-clipper/wiki/Privacy-Policy |
ภาษาที่รองรับ | en,fi,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Torrent Clipper", "version": "0.2.15", "description": "Add torrent and magnet links to your Bittorrent client's web interface.", "default_locale": "en", "icons": { "32": "icon\/default-32.png", "48": "icon\/default-48.png", "64": "icon\/default-64.png" }, "options_ui": { "page": "view\/options.html" }, "browser_action": { "default_area": "navbar", "theme_icons": [ { "light": "icon\/default-light.svg", "dark": "icon\/default.svg", "size": 32 }, { "light": "icon\/default-light.svg", "dark": "icon\/default.svg", "size": 64 } ] }, "permissions": [ "contextMenus", "cookies", "notifications", "storage", "webRequest", "webRequestBlocking", " |