Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "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.6.2", "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "https:\/\/chat.openai.com\/*", "https:\/\/api.openai.com\/*", "https:\/\/chatgpt.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "content_scripts": [ { "world": "MAIN", "js": [ "modapi-disabler.js" ], "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*" ], "run_at": "document_start" } ], "icons": { "128": "icons\/128.png" }, "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz0gmrQsEUONC1jAj4uWxUo657dwFE7NEaYiqtZS4tHu1j7+OPR5\/68dx9zpazoepwmsPjGK758HLGqqEWeVHME9tDUqZY6cJSCuLjqNM+D6Fxy4As91Gjs82XB6vPMJW4bPdKTuGuobrd7EGpud8MPcPKXlJGyh\/7JIECqusLd7kC3sbFckmQVIfdSpjkJCqFrQnvsF9+iUfx\/65SEflXfZUPyci4+SvOwF6\/R8QQKyk7NB1pw\/iKaPogp5wmAWmH62FawLD9kSuwBN5D3t7WVn4HAVgzOHaKkr99Hgk6R5fkj8B6wM0qUDumT6dWg68RSVzbrnDDXUgbi2PPLXqOQIDAQAB" }