ChatGPT Unlocker
Fix the ChatGPT Capacity Lockscreen, by PS5Lover
What is ChatGPT Unlocker?
ChatGPT Unlocker is a Chrome extension developed by smorenitez, and its main feature is "Fix the ChatGPT Capacity Lockscreen, by PS5Lover".
Extension Screenshots
Download ChatGPT Unlocker Extension CRX File
Download ChatGPT Unlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will bypass the ChatGPT Capacity Lockscreen, we aim to make it force ChatGPT to unlock in 15 seconds or less, rate it if you enjoy!
Extension Basic Information
Name | ChatGPT Unlocker |
ID | bgggajnibbflhbleppokhdodnceaajpd |
Official URL | https://chromewebstore.google.com/detail/chatgpt-unlocker/bgggajnibbflhbleppokhdodnceaajpd |
Description | Fix the ChatGPT Capacity Lockscreen, by PS5Lover |
File Size | 38.16 KB |
Installation Count | 127 |
Current Version | 0.0.1 |
Last Updated | 2023-02-24 |
Publish Date | 2023-02-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | smorenitez |
[email protected] | |
Payment Type | free |
Extension Website | https://discord.gg/SCA4KUxpAS |
Help Page URL | https://discord.gg/SCA4KUxpAS |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Unlocker", "description": "Fix the ChatGPT Capacity Lockscreen, by PS5Lover", "version": "0.0.1", "icons": { "16": "logo\/logo-16.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "options_page": "settings\/settings.html", "action": { "default_title": "ChatGPT Capacity", "default_popup": "popup\/popup.html" }, "permissions": [], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "js": [ "foreground.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ] } |