Code Monkey home page Code Monkey logo

ezytdl-browser-connector's Introduction

ezytdl-browser-connector

Browser extension that connects to the ezytdl app.


Download


How it works

The browser extension is designed with security in mind. I'm no security expert, but I did my best.

The main application generates a public/private key pair (and a fingerprint from the private key), which then is stored in the extension to use with that fingerprint every time. Data sent between the extension and app will ALWAYS be encrypted, and if another server is started under the same port, data cannot be decrypted without the private key.

--

obligatory note

by using this program (ezytdl), you assume all responsibility for the use of it, including (but not limited to) any legal issues that may arise from it. the author of this program is not responsible for any damages caused by the use of this program.

ezytdl-browser-connector's People

Contributors

sylviiu avatar

Stargazers

Bharathi avatar  avatar

Watchers

 avatar

ezytdl-browser-connector's Issues

BrowserConnector doesn't able to pair

I'm using the latest nightly build of qzytdl 3.0.0-dev.147 and the latest connector nightly build 20 in my Windows and Vivaldi Browser.

I have Generated the Pair key by clicking the Generate button and tried to pair via the extension but can't connect.

In the Inspect views: it shows the service worker (Inactive).

I'm getting couple errors and provided below, please let know how to fix it and possible solution. Thank you.

Errors:

  1. WebSocket connection to 'ws://localhost:38529/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
### Context:

          connection.js

### Stack Trace:

          connection.js:65 (anonymous function)
from line 65: const socket = new WebSocket(`ws://localhost:38529`);

  1. Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'status')
### Context:

          html/index.html

### Stack Trace:

         ui.js:181 (anonymous function)
from line 181: if(vars.state.status != previousState) {

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.