P2P File Transfer

Easily transfer files between two or more peers securely.

P2P File Transfer क्या है?

P2P File Transfer chYer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily transfer files between two or more peers securely."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में P2P File Transfer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}