unbait

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

unbait là gì?

unbait là một tiện ích mở rộng Chrome được phát triển bởi unbaitextension, và tính năng chính của nó là "Using AI to replace clickbait headlines - one news site at a time.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng unbait

Tải xuống các tệp mở rộng unbait dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên unbait unbait
ID gfibnlngmcnmppoljlgphfbbemiieifl
URL Chính Thức https://chromewebstore.google.com/detail/unbait/gfibnlngmcnmppoljlgphfbbemiieifl
Mô tả Using AI to replace clickbait headlines - one news site at a time.
Kích Thước Tệp 50.43 KB
Số Lần Cài Đặt 2,734
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-06-10
Ngày Phát Hành 2023-05-25
Đánh Giá 4.80/5 Tổng số 35 Đánh Giá
Nhà Phát Triển unbaitextension
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}