True AI

A browser extension that removes the BS from comments sections and makes replying a joy.

Cos'è True AI?

True AI è un'estensione di Chrome sviluppata da https://truenation.ai, e la sua funzione principale è "A browser extension that removes the BS from comments sections and makes replying a joy.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione True AI

Scarica i file di estensione True AI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Elevate Your Online Experience with True AI - Your Free AI-Powered Chrome Extension.

Introducing True AI - the revolutionary tool designed to boost your digital productivity with autonomous content moderation, advanced text editing, and context-aware reply generation.

Transform Your Comment Moderation

Say goodbye to online toxicity with True AI's advanced filtering system. Our extension automatically hides abuse, spam, hate speech, scams, and more from your comment sections across all major social media platforms. Enjoy a cleaner, safer digital space with the choice to deactivate the feature anytime.

Empower Your Replies with Context-Aware AI

True AI takes your online engagement to the next level on LinkedIn, Twitter, and Gmail. Our AI not only generates replies in your unique tone but also highlights relevant context for more meaningful interactions. Simply select the text you want to respond to and let True AI craft quick, personal, and respectful replies.

Revolutionise Text Editing

Select any text and let True AI assist you with quick and effective edits. Improve your content quality and save time with our AI-powered text editing feature.

Our Mission

At True AI, we're committed to transforming the Internet into a platform for meaningful exchanges. By eliminating online negativity and providing innovative tools, we're redefining digital communication.

We Value Your Feedback

Your thoughts and suggestions matter to us! Share your feedback directly with our CEO at [email protected]. Together, let's shape a better digital world.                    

Informazioni di Base sull'Estensione

Nome True AI True AI
ID lmkfnhppofjfmjmiplljafpgapcpacdd
URL Ufficiale https://chromewebstore.google.com/detail/true-ai/lmkfnhppofjfmjmiplljafpgapcpacdd
Descrizione A browser extension that removes the BS from comments sections and makes replying a joy.
Dimensione del File 377 KB
Conteggio Installazioni 510
Versione Corrente 6.2.1
Ultimo Aggiornamento 2023-10-26
Data di Pubblicazione 2023-04-30
Valutazione 4.97/5 Totale 36 Valutazioni
Sviluppatore https://truenation.ai
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "True AI",
    "description": "A browser extension that removes the BS from comments sections and makes replying a joy.",
    "version": "6.2.1",
    "author": "True Nation",
    "manifest_version": 3,
    "icons": {
        "16": "src\/assets\/icons\/ext16.png",
        "32": "src\/assets\/icons\/ext32.png",
        "48": "src\/assets\/icons\/ext48.png",
        "128": "src\/assets\/icons\/ext128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyXspF\/FFXT7xtVnyJ7wj1wIds+aUeJSzcq8Bvg2b+eBSmLySrMlant\/AhXCSpJ9kUmhK3nFNZPmfdjMxpOXVV5ttoZJexgeeebfbQQ7Go068keDWqy371O2zuPzIGNQzqtJ\/eosRIouSg85+jD\/ttaz\/kAGioP30t32YVh8EqLqzVGbhsUV2bGYCxIIWcDdJTThFN1JSDUSYAiAM7u+kp+upxixqt\/W4oLBDRueCZdnsXqBzp30ZvmXBY4AtiwZM9fuQ0mauSDEbKaDGA2GQ6Di9OtpDIt1pAlha0GwXyCCDg1uMFu6arKgvsUHTzK2urD9H\/InfxfFDDJJ9\/DkzVwIDAQAB",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "True Extension"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader.c4730db7.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.tiktok.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "assets\/gmail.ts-loader.f4648616.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "js": [
                "assets\/linkedin.ts-loader.29379a93.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "assets\/twitter.ts-loader.980ed1d5.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        },
        {
            "js": [
                "assets\/youtube.ts-loader.e7f54716.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        },
        {
            "js": [
                "assets\/tiktok.ts-loader.ea29bee7.js"
            ],
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ]
        },
        {
            "js": [
                "assets\/global.ts-loader.81f0d868.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/global.df949fa4.css"
            ]
        },
        {
            "js": [
                "assets\/magicWand.ts-loader.e46fdb34.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.tiktok.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.google.com\/search*",
                "https:\/\/docs.google.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.truenation.ai\/*",
            "https:\/\/true-extension-website-git-dev-true-nation.vercel.app\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/fonts\/*.woff2",
                "assets\/helpers.a1a54f99.js",
                "assets\/TrueLogo.9d4c6af4.js",
                "assets\/SettingsTooltip.d34cc590.js",
                "assets\/constants.e588f316.js",
                "assets\/SendIcon.60f3c478.js",
                "assets\/global.ts.9cb7c334.js",
                "assets\/Overlay.a4de48cd.js",
                "assets\/magicWand.ts.9a7ac5ca.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.tiktok.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "assets\/helpers.a1a54f99.js",
                "assets\/SettingsTooltip.d34cc590.js",
                "assets\/Overlay.a4de48cd.js",
                "assets\/TrueLogo.9d4c6af4.js",
                "assets\/SendIcon.60f3c478.js",
                "assets\/constants.e588f316.js",
                "assets\/index.ts.e9be9d80.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/helpers.a1a54f99.js",
                "assets\/Overlay.a4de48cd.js",
                "assets\/WindowButton.f805b6d2.js",
                "assets\/TrueLogo.9d4c6af4.js",
                "assets\/SendIcon.60f3c478.js",
                "assets\/gmail.ts.8dabd7fb.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "assets\/helpers.a1a54f99.js",
                "assets\/WindowButton.f805b6d2.js",
                "assets\/TrueLogo.9d4c6af4.js",
                "assets\/linkedin.ts.e4b14cab.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/helpers.a1a54f99.js",
                "assets\/WindowButton.f805b6d2.js",
                "assets\/TrueLogo.9d4c6af4.js",
                "assets\/twitter.ts.c29d2aad.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "assets\/TrueLogo.9d4c6af4.js",
                "assets\/helpers.a1a54f99.js",
                "assets\/WindowButton.f805b6d2.js",
                "assets\/youtube.ts.4b2b7605.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "resources": [
                "assets\/helpers.a1a54f99.js",
                "assets\/WindowButton.f805b6d2.js",
                "assets\/TrueLogo.9d4c6af4.js",
                "assets\/tiktok.ts.51c9b3f2.js"
            ],
            "use_dynamic_url": true
        }
    ]
}