mirror of
https://github.com/DevLARLEY/WidevineProxy2.git
synced 2026-04-26 14:05:55 +03:00
[GH-ISSUE #5] Kiwi Browser #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WidevineProxy2#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fawyrad on GitHub (Nov 2, 2024).
Original GitHub issue: https://github.com/DevLARLEY/WidevineProxy2/issues/5
I was unable to import this extension into Kiwi Browser, Android app (based on Chromium and WebKit which support Chrome extension features). But, I can successfully import Widevine L3 Guesser extension by FoxRefire. Kiwi Browser support load unpacked extension with developer mode same as official Chrome.
@DevLARLEY commented on GitHub (Nov 2, 2024):
There's no error message so I can't really do anything. I can import the extension on Firefox Nightly for Android but can't choose a file, probably because the popup window isn't supported. I'll bookmark this issue and add mobile support in the future
@fawyrad commented on GitHub (Nov 2, 2024):
I managed to successfully import the extension into Kiwi Browser after reading the information from here:
https://developer.chrome.com/docs/extensions/develop/migrate/to-service-workers
So, I remove "scripts": ["background.js"], from manifest.json file and repacked again your extension into .zip and import back to Kiwi Browser. I tried my streaming website with the modified version extension and it can decrypt the keys successfully like I did on my laptop.