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."입니다.
확장 프로그램 스크린샷
Chat GPT anti censorship 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |