DecEptioner- Humanize AI Text Like A Pro!

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

DecEptioner- Humanize AI Text Like A Pro!とは何ですか?

DecEptioner- Humanize AI Text Like A Pro!はhttps://deceptioner.siteによって開発されたChromeの拡張機能で、その主な機能は「Helps to humanize false-positive cases of specific AI content detectors.」です。

拡張機能のスクリーンショット

screenshot
screenshot

DecEptioner- Humanize AI Text Like A Pro!拡張機能のCRXファイルをダウンロード

DecEptioner- Humanize AI Text Like A Pro!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 DecEptioner- Humanize AI Text Like A Pro! DecEptioner- Humanize AI Text Like A Pro!
ID gjdagipcejlhebcgbmehlkpkbifoiijl
公式URL https://chromewebstore.google.com/detail/deceptioner-humanize-ai-t/gjdagipcejlhebcgbmehlkpkbifoiijl
説明 Helps to humanize false-positive cases of specific AI content detectors.
ファイルサイズ 765 KB
インストール数 80
現在のバージョン 1.0
最終更新日 2024-02-14
公開日 2023-12-28
開発者 https://deceptioner.site
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://deceptioner.site/
ヘルプページのURL https://deceptioner.site/support
プライバシーポリシーページのURL https://deceptioner.site/privacy-policy
対応言語 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"
    }
}