From 72455c6c5722a80acb3597f483069ac3ecf15acd Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Sat, 18 May 2024 17:27:48 +0900 Subject: [PATCH] Updated How this extension works (markdown) --- How-this-extension-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-this-extension-works.md b/How-this-extension-works.md index aa25381..eb25082 100644 --- a/How-this-extension-works.md +++ b/How-this-extension-works.md @@ -16,6 +16,6 @@ The process of acquiring a key actually requires not only the URL of the license However, in this background script of this extension, those information are recorded together with the URL and stored in an object so that extension can be passed to the back-end Pywidevine via Pyodide to obtain the key without the user having to enter the information themself. -# Why this extension can run pywidevine inside web browser? +# Why this extension can run Python inside web browser? This extension uses a technology called Webassembly/Pyodide to allow Python scripts to run securely in a web browser sandbox.