Chat GPT anti censorship

This extension block text content from getting flagged or blocked by the moderation filter.

Chat GPT anti censorship क्या है?

Chat GPT anti censorship justjdupuis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension block text content from getting flagged or blocked by the moderation filter."।

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

screenshot
screenshot

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

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

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

                        The purpose of this extension is to gain more freedom in ChatGPT.
The extension only hides the moderations prompts, OpenAI still flags the messages.

This extension allows the user to:
- block content from getting censored after it's written  (In red)
- block content from flagged censored after it's written  (In orange)                    

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

नाम Chat GPT anti censorship Chat GPT anti censorship
ID aaibfgjceomfbogoicgjjlabohghmelm
आधिकारिक URL https://chromewebstore.google.com/detail/chat-gpt-anti-censorship/aaibfgjceomfbogoicgjjlabohghmelm
विवरण This extension block text content from getting flagged or blocked by the moderation filter.
फ़ाइल का आकार 18.07 KB
स्थापना संख्या 8,023
वर्तमान संस्करण 3.2
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2022-12-29
रेटिंग 3.95/5 कुल 44 रेटिंग्स
डेवलपर justjdupuis
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Beat-YT/ChatGPT-Moderation-Blocker
सहायता पृष्ठ URL https://github.com/Beat-YT/ChatGPT-Moderation-Blocker/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension block text content from getting flagged or blocked by the moderation filter.",
    "name": "Chat GPT anti censorship",
    "version": "3.2",
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/chat.openai.com\/*",
        "*:\/\/api.openai.com\/*"
    ],
    "content_scripts": [
        {
            "world": "MAIN",
            "js": [
                "modapi-disabler.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz0gmrQsEUONC1jAj4uWxUo657dwFE7NEaYiqtZS4tHu1j7+OPR5\/68dx9zpazoepwmsPjGK758HLGqqEWeVHME9tDUqZY6cJSCuLjqNM+D6Fxy4As91Gjs82XB6vPMJW4bPdKTuGuobrd7EGpud8MPcPKXlJGyh\/7JIECqusLd7kC3sbFckmQVIfdSpjkJCqFrQnvsF9+iUfx\/65SEflXfZUPyci4+SvOwF6\/R8QQKyk7NB1pw\/iKaPogp5wmAWmH62FawLD9kSuwBN5D3t7WVn4HAVgzOHaKkr99Hgk6R5fkj8B6wM0qUDumT6dWg68RSVzbrnDDXUgbi2PPLXqOQIDAQAB"
}