ChatGPT Unlocker

Fix the ChatGPT Capacity Lockscreen, by PS5Lover

Wat is ChatGPT Unlocker?

ChatGPT Unlocker is een Chrome-extensie ontwikkeld door smorenitez, en de belangrijkste functie is "Fix the ChatGPT Capacity Lockscreen, by PS5Lover".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ChatGPT Unlocker

Download ChatGPT Unlocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam ChatGPT Unlocker ChatGPT Unlocker
ID bgggajnibbflhbleppokhdodnceaajpd
Officiële URL https://chromewebstore.google.com/detail/chatgpt-unlocker/bgggajnibbflhbleppokhdodnceaajpd
Beschrijving Fix the ChatGPT Capacity Lockscreen, by PS5Lover
Bestandsgrootte 38.16 KB
Aantal Installaties 127
Huidige Versie 0.0.1
Laatst Bijgewerkt 2023-02-24
Publicatiedatum 2023-02-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar smorenitez
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://discord.gg/SCA4KUxpAS
Help Pagina-URL https://discord.gg/SCA4KUxpAS
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}