Magnet To Peerflix
Copy Magnet links and paste straight into the terminal.
Magnet To Peerflixคืออะไร?
Magnet To Peerflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย morkett และคุณลักษณะหลักของมันคือ "Copy Magnet links and paste straight into the terminal."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magnet To Peerflix
ดาวน์โหลดไฟล์ส่วนขยาย Magnet To Peerflix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows the user to copy a magnet link. It then shortens the link and makes it ready for use with the terminal and Peerflix in one click. To use right click on the magnet link and click 'Copy Magnet Link' then paste the newly formatted link into your terminal. To aid in productivity the extension does not confirm your copy, it does however alert you if the link you try to copy is not a valid magnet link. Example: From: magnet:?xt=urn:btih:d61abdbnot-a-real-link&5fa2f2123sdasaSAD3a2fa20f02b07af8f&dn=Example+Magnet... To: peerflix 'magnet:?xt=urn:btih:d61abdbnot-a-real-link' --vlc ** This extension is designed to be used with Peerflix and VLC player and is not much use without them ** ** This extension does not condone the pirating of copyrighted material **
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Magnet To Peerflix |
ID | oogbolppgglppleehdlkjmfpjchekdpl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/magnet-to-peerflix/oogbolppgglppleehdlkjmfpjchekdpl |
คำอธิบาย | Copy Magnet links and paste straight into the terminal. |
ขนาดไฟล์ | 12.59 KB |
จำนวนการติดตั้ง | 564 |
เวอร์ชันปัจจุบัน | 1.3.2 |
อัปเดตครั้งล่าสุด | 2017-05-19 |
วันที่เผยแพร่ | 2017-05-19 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | morkett |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magnet To Peerflix", "description": "Copy Magnet links and paste straight into the terminal.", "version": "1.3.2", "manifest_version": 2, "permissions": [ "contextMenus" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Magnet To Peerflix", "default_icon": "images\/icon.png" }, "minimum_chrome_version": "6.0.0.0", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } } |