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開發的Chrome擴展程式,該擴展的主要功能是“This extension block text content from getting flagged or blocked by the moderation filter.”。

擴展截圖

screenshot
screenshot

下載Chat GPT anti censorship擴展crx文件

下載Chat GPT anti censorship擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}