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! 擴展基本資訊
| 名稱 | |
| ID | bgggajnibbflhbleppokhdodnceaajpd |
| 官方網址 | 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\/*"
]
}
]
} | |