unbait

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

unbaitคืออะไร?

unbait เป็นส่วนขยายของ Chrome ที่พัฒนาโดย unbaitextension และคุณลักษณะหลักของมันคือ "Using AI to replace clickbait headlines - one news site at a time."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย unbait

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    ]
}