ChatGPT Unlocker
Fix the ChatGPT Capacity Lockscreen, by PS5Lover
什么是ChatGPT Unlocker?
ChatGPT Unlocker是由smorenitez开发的Chrome扩展程序,该扩展的主要功能是“Fix the ChatGPT Capacity Lockscreen, by PS5Lover”。
扩展截图
下载ChatGPT Unlocker扩展crx文件
下载ChatGPT Unlocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | ChatGPT Unlocker |
ID | bgggajnibbflhbleppokhdodnceaajpd |
官方URL | https://chromewebstore.google.com/detail/chatgpt-unlocker/bgggajnibbflhbleppokhdodnceaajpd |
简介 | Fix the ChatGPT Capacity Lockscreen, by PS5Lover |
文件大小 | 38.16 KB |
安装次数 | 127 |
当前版本 | 0.0.1 |
更新时间 | 2023-02-24 |
上架时间 | 2023-02-11 |
评分 | 5.00/5 共1次评分 |
开发者 | smorenitez |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://discord.gg/SCA4KUxpAS |
帮助页面URL | https://discord.gg/SCA4KUxpAS |
支持的语言 | 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\/*" ] } ] } |