unbait

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

unbaitとは何ですか?

unbaitはunbaitextensionによって開発されたChromeの拡張機能で、その主な機能は「Using AI to replace clickbait headlines - one news site at a time.」です。

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

screenshot

unbait拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 unbait unbait
ID gfibnlngmcnmppoljlgphfbbemiieifl
公式URL https://chromewebstore.google.com/detail/unbait/gfibnlngmcnmppoljlgphfbbemiieifl
説明 Using AI to replace clickbait headlines - one news site at a time.
ファイルサイズ 50.43 KB
インストール数 2,734
現在のバージョン 1.1.0
最終更新日 2023-06-10
公開日 2023-05-25
評価 4.80/5 合計 35 レビュー
開発者 unbaitextension
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    ]
}