P2P File Transfer

Easily transfer files between two or more peers securely.

P2P File Transfer란 무엇입니까?

P2P File Transfer은(는) chYer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily transfer files between two or more peers securely."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

P2P File Transfer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The P2P File Transfer extension enables you to easily and securely send and receive files between peers. 

To work with this app, please open it on at least two different machines (peers). Press the SENDER button on one machine, and the RECEIVER button on the other one. Enter the 6-digit token number from the sender machine to the receiver and then press the JOIN button. Once the app is ready and the connection is made, you can send files between these two peers. Please browse or drag a file to the blue circle area and wait for the file transfer to start. To cancel the file transfer, please press the orange cross-icon at any time. You can also reload the app to cancel the ongoing progress. This extension uses WebSocket and WebRTC technologies to make the initial connection and handshakes between peers. Once the initial setup is completed, a secure direct channel is established between peers, and third-party servers are not needed and used anymore.

Note: this extension uses WebSocket and WebRTC servers for the initial connection and handshake operations between peers. Please read this (https://mybrowseraddon.com/privacy-policy/p2p-file-transfer.html) page to get more info.

If you have a feature request or found a bug to report, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/p2p-file-transfer.html).                    

확장 프로그램 기본 정보

이름 P2P File Transfer P2P File Transfer
ID mhimbdcbjofgbkmgnojlmkigajlgppon
공식 URL https://chromewebstore.google.com/detail/p2p-file-transfer/mhimbdcbjofgbkmgnojlmkigajlgppon
설명 Easily transfer files between two or more peers securely.
파일 크기 62.24 KB
설치 횟수 1,054
현재 버전 0.1.0
최근 업데이트 2023-05-10
출시 날짜 2023-05-10
평점 4.00/5 총 2 개의 평점
개발자 chYer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/p2p-file-transfer.html
도움말 페이지 URL https://mybrowseraddon.com/p2p-file-transfer.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "manifest_version": 3,
    "name": "P2P File Transfer",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/p2p-file-transfer.html",
    "description": "Easily transfer files between two or more peers securely.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "P2P File Transfer",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}