Magnet To Peerflix
Copy Magnet links and paste straight into the terminal.
Magnet To Peerflix란 무엇입니까?
Magnet To Peerflix은(는) morkett에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy Magnet links and paste straight into the terminal."입니다.
확장 프로그램 스크린샷
Magnet To Peerflix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |