Torrent Clipper

Add torrent and magnet links to your Bittorrent client's web interface.

Torrent Clipper란 무엇입니까?

Torrent Clipper은(는) Piperun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add torrent and magnet links to your Bittorrent client's web interface."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Torrent Clipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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",
        ""
    ],
    "background": {
        "page": "background.html"
    }
}