WebWormhole
WebWormhole lets you send files from one place to another.
Qu'est-ce que WebWormhole ?
WebWormhole est une extension Chrome développée par SALMAN, et sa fonction principale est "WebWormhole lets you send files from one place to another.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WebWormhole
Téléchargez les fichiers d'extension WebWormhole au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
1. Generate a one-time code on one end. 2. Enter the same code on a another machine. 3. Drag and drop files from either side to send them down the wormhole. The connection is established using WebRTC. The code is used to secure and authenticate it. This extension lets you install a local copy of the web client that is on https://webwormhole.io. It is otherwise identical. It can be used to send and receive from the web and command line clients. Source code is available at https://github.com/saljam/webwormhole.
Informations de Base sur l'Extension
Nom | WebWormhole |
ID | jhombkhjanncdalcbcahinpjoacaiidn |
URL Officiel | https://chromewebstore.google.com/detail/webwormhole/jhombkhjanncdalcbcahinpjoacaiidn |
Description | WebWormhole lets you send files from one place to another. |
Taille du Fichier | 872 KB |
Nombre d'Installations | 204 |
Version Actuelle | 0.7 |
Dernière Mise à Jour | 2021-06-04 |
Date de Publication | 2020-08-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | SALMAN |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://webwormhole.io |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebWormhole", "version": "0.7", "description": "WebWormhole lets you send files from one place to another.", "icons": { "16": "hole16.png", "48": "hole48.png", "128": "hole128.png" }, "browser_action": { "default_title": "WebWormhole", "default_icon": "hole.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "main.js", "webwormhole.js", "webwormhole.wasm", "wasm_exec.js", "sw.js", "icon.svg", "space.svg" ], "content_security_policy": "default-src 'self'; script-src 'self' 'wasm-eval'; img-src 'self' blob:; connect-src wss:\/\/webwormhole.io" } |