GPT4-Requests-Counter

keeping track of the number of ChatGPT questions asked and showing how much time is left until the end of the three-hour period.

GPT4-Requests-Counter क्या है?

GPT4-Requests-Counter liuweiqing147 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "keeping track of the number of ChatGPT questions asked and showing how much time is left until the end of the three-hour period."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GPT4-Requests-Counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The effect of the plug-in to replace the placeholder information in the input box, showing the number of questions sent, click on the plug-in icon will also display the same content. It also contains every message's talk time, history chart, word cloud, exporting today chat content and generating today report. 
It's totally open source: https://github.com/14790897/GPT4-Requests-Counter

Update Diary
Latest version 2024.2.7 - Updated:

Added a button to clear remaining time : We've listened to user feedback and added a handy new feature to the latest version that allows users to clear remaining time with the click of a simple button. This makes managing time much more flexible and convenient.

Works on some websites that mimic the official UI : To improve user experience, we have extended the plugin to work not only on the official website but also on all websites that mimic the official UI. This ensures that our plugin provides a consistent experience and functionality no matter which similar website you visit.                    

एक्सटेंशन की मूल जानकारी

नाम GPT4-Requests-Counter GPT4-Requests-Counter
ID mfgcmmfakhajkaoeejceadlddfoikmap
आधिकारिक URL https://chromewebstore.google.com/detail/gpt4-requests-counter/mfgcmmfakhajkaoeejceadlddfoikmap
विवरण keeping track of the number of ChatGPT questions asked and showing how much time is left until the end of the three-hour period.
फ़ाइल का आकार 427 KB
स्थापना संख्या 136
वर्तमान संस्करण 2.3.2
अंतिम अपडेट 2024-02-19
प्रकाशन तिथि 2023-09-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर liuweiqing147
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/14790897/GPT4-Requests-Counter
सहायता पृष्ठ URL https://github.com/14790897/GPT4-Requests-Counter
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPT4-Requests-Counter",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "128": "src\/assets\/icon128.png"
    },
    "version": "2.3.2.0",
    "version_name": "2.3.2",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-67781e7d.js"
            ],
            "all_frames": false,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/content-script\/index.ts",
                "src\/content-script\/iframe\/index.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.ts-cc21d178.js"
            ],
            "use_dynamic_url": true
        }
    ]
}