ChatGPT Unlocker

Fix the ChatGPT Capacity Lockscreen, by PS5Lover

Cos'è ChatGPT Unlocker?

ChatGPT Unlocker è un'estensione di Chrome sviluppata da smorenitez, e la sua funzione principale è "Fix the ChatGPT Capacity Lockscreen, by PS5Lover".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChatGPT Unlocker

Scarica i file di estensione ChatGPT Unlocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome ChatGPT Unlocker ChatGPT Unlocker
ID bgggajnibbflhbleppokhdodnceaajpd
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-unlocker/bgggajnibbflhbleppokhdodnceaajpd
Descrizione Fix the ChatGPT Capacity Lockscreen, by PS5Lover
Dimensione del File 38.16 KB
Conteggio Installazioni 127
Versione Corrente 0.0.1
Ultimo Aggiornamento 2023-02-24
Data di Pubblicazione 2023-02-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore smorenitez
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://discord.gg/SCA4KUxpAS
URL della Pagina di Aiuto https://discord.gg/SCA4KUxpAS
Lingue Supportate 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\/*"
            ]
        }
    ]
}