DecEptioner- Humanize AI Text Like A Pro!

Helps to humanize false-positive cases of specific AI content detectors.

What is DecEptioner- Humanize AI Text Like A Pro!?

DecEptioner- Humanize AI Text Like A Pro! is a Chrome extension developed by https://deceptioner.site, and its main feature is "Helps to humanize false-positive cases of specific AI content detectors.".

Extension Screenshots

screenshot
screenshot

Download DecEptioner- Humanize AI Text Like A Pro! Extension CRX File

Download DecEptioner- Humanize AI Text Like A Pro! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        DecEptioner's Chrome Extension is an AI-powered rewriting tool that helps you bypass AI content detection. 

All AI content detectors in the market whether free or paid is prone to false positives. 

Some of them have even been found to flag the American Constitution as AI written. 

To further test their rate of false positives we also tested many of the research papers that were published before ChatGPT was even a thing and much to our surprise 8 out of 10 were flagged as written by AI. 

We don't think this is going to change anytime soon and so we created this Chrome Extension to save people from these false positives.

Currently, the tool can effectively bypass AI content detectors like Turnitin, Originality.ai, GPTZero.me, ZeroGPT.com, etc.                    

Extension Basic Information

Name DecEptioner- Humanize AI Text Like A Pro! DecEptioner- Humanize AI Text Like A Pro!
ID gjdagipcejlhebcgbmehlkpkbifoiijl
Official URL https://chromewebstore.google.com/detail/deceptioner-humanize-ai-t/gjdagipcejlhebcgbmehlkpkbifoiijl
Description Helps to humanize false-positive cases of specific AI content detectors.
File Size 765 KB
Installation Count 80
Current Version 1.0
Last Updated 2024-02-14
Publish Date 2023-12-28
Developer https://deceptioner.site
Email [email protected]
Payment Type free
Extension Website https://deceptioner.site/
Help Page URL https://deceptioner.site/support
Privacy Policy Page URL https://deceptioner.site/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DecEptioner- Humanize AI Text Like A Pro!",
    "version": "1.0",
    "description": "Helps to humanize false-positive cases of specific AI content detectors.",
    "permissions": [
        "storage",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/deceptioner.site\/*"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_title": "Click to begin paraphrasing"
    },
    "background": {
        "service_worker": "background.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    }
}