diff --git a/.gitignore b/.gitignore index df0c8b7..414ff3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,7 @@ device.wvd - device_client_id_blob device_private_key - client_id.bin private_key.pem - -remote.json +.idea +remote.json \ No newline at end of file diff --git a/manifest.json b/manifest.json index 9602d20..5eb945b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "name": "Widevine L3 Guessor 2024", + "name": "Widevine L3 Decrypter", "version": "240731.1", "version_name": "a1297aa", "icons": { @@ -28,7 +28,7 @@ } ], "browser_action": { - "default_title": "Widevine Guessor" + "default_title": "Widevine Decrypter" }, "web_accessible_resources": ["inject.js"], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" diff --git a/popup.html b/popup.html index bcd6dff..219e4df 100644 --- a/popup.html +++ b/popup.html @@ -1,85 +1,129 @@ - + + + + - Widevine L3 Guessor 2024 + Widevine L3 Decrypter + + -
-

-
+ + + +
- Widevine content hasn't detected in this page.
- Open widevine-protected website and try again! + Widevine content hasn't detected in this page. +
+ Open Widevine protected website and try again!
-