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 |
| 公式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 |
| Eメール | [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\/*"
]
}
]
} | |