unbait

Using AI to replace clickbait headlines - one news site at a time.

Qu'est-ce que unbait ?

unbait est une extension Chrome développée par unbaitextension, et sa fonction principale est "Using AI to replace clickbait headlines - one news site at a time.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension unbait

Téléchargez les fichiers d'extension unbait au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        VIGTIGT: Denne udvidelse er pt ikke funktionel. Det er uklart om udvidelsen bryder de respektive mediers ophavsret. Så længe denne uklarhed består er der "slukket" for udvidelsens funktionalitet. Flere detaljer her: https://www.reddit.com/r/Denmark/comments/144a3oc/hej_rdenmark_jeg_ser_mig_desv%C3%A6rre_n%C3%B8dsaget_til/



Upgrade your news browsing experience with our cutting-edge AI-powered Chrome extension. Say goodbye to clickbait and hello to informative headlines! Our extension intelligently analyzes and replaces clickbait headlines on select news websites. Current BETA version supports Danish news sites ekstrabladet.dk, tv2.dk, and bt.dk. Get ready for a more insightful and satisfying reading journey.

Features:
- Enhanced Headlines: Our AI algorithm swiftly identifies clickbait headlines and replaces them with accurate and informative alternatives.
- Selective Support: Currently supporting ekstrabladet.dk, more to come!
- Seamless Integration: The extension seamlessly integrates into your Chrome browser, working quietly in the background to enhance your news browsing experience.

Why choose our extension?
- Stay Informed: Say goodbye to misleading and sensationalized headlines. Our extension empowers you with relevant and trustworthy information.
- Effortless Browsing: Enjoy a seamless browsing experience without being bombarded by clickbait distractions.
- Tailored Experience: We are constantly working to expand our supported websites, ensuring you have access to accurate headlines across a variety of news sources.

Join our growing community of informed readers and make every click count. Upgrade your news consumption today with our AI-powered Chrome extension!                    

Informations de Base sur l'Extension

Nom unbait unbait
ID gfibnlngmcnmppoljlgphfbbemiieifl
URL Officiel https://chromewebstore.google.com/detail/unbait/gfibnlngmcnmppoljlgphfbbemiieifl
Description Using AI to replace clickbait headlines - one news site at a time.
Taille du Fichier 50.43 KB
Nombre d'Installations 2,734
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-06-10
Date de Publication 2023-05-25
Évaluation 4.80/5 Total 35 Évaluations
Développeur unbaitextension
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "unbait",
    "version": "1.1.0",
    "description": "Using AI to replace clickbait headlines - one news site at a time.",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.eb.dk\/*",
        "https:\/\/*.ekstrabladet.dk\/*",
        "*:\/\/*.bt.dk\/*",
        "*:\/\/*.tv2.dk\/*",
        "https:\/\/us-central1-better-news-with-ai.cloudfunctions.net\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "lightbulb.svg",
                "content.js.map"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "off-16-bw.png",
            "48": "off-48-bw.png",
            "128": "off-128-bw.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ekstrabladet.dk\/*",
                "*:\/\/*.eb.dk\/*",
                "*:\/\/*.bt.dk\/*",
                "*:\/\/*.tv2.dk\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}