Updated How this extension works (markdown)

FoxRefire 2024-05-18 17:27:48 +09:00
parent 39b6576411
commit 72455c6c57

@ -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. 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. This extension uses a technology called Webassembly/Pyodide to allow Python scripts to run securely in a web browser sandbox.