Clickbait Assassin
Silently block content from sources of clickbait-like advertising.
Clickbait Assassinคืออะไร?
Clickbait Assassin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lost in Code และคุณลักษณะหลักของมันคือ "Silently block content from sources of clickbait-like advertising."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clickbait Assassin
ดาวน์โหลดไฟล์ส่วนขยาย Clickbait Assassin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you sick of seeing clickbait advertising when browsing the web? You know, those banks of "related" articles at the bottom of articles and blog posts, which bear no relation to what you've actually just read. Unlike traditional advertising, this content is visually bland, wastes screen space, is often distasteful (you won't believe what she looks like now!) and worst of all, being careful crafted to be as tempting as possible, you actually need to exert small amounts of mental energy to resist clicking on these types of links. That's right - clickbait, even if you don't click it, is stealing mental resources that could be using elsewhere! Clickbait Assassin attempts to address this dark pattern but removing the main offenders of clickbait from your browsing experience. Traditional advertising is not affected. The plugin also allows you to add or modify the list of blacklisted domains, so you can customise your experience.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clickbait Assassin |
ID | mpjibjffkokidobpgholkpgjiiaedfeg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clickbait-assassin/mpjibjffkokidobpgholkpgjiiaedfeg |
คำอธิบาย | Silently block content from sources of clickbait-like advertising. |
ขนาดไฟล์ | 23.5 KB |
จำนวนการติดตั้ง | 171 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2018-05-13 |
วันที่เผยแพร่ | 2018-05-10 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Lost in Code |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clickbait Assassin", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "description": "Silently block content from sources of clickbait-like advertising.", "icons": { "640": "ninja.png" }, "browser_action": { "default_icon": "ninja.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "options_page": "options.html", "permissions": [ "webRequest", "webRequestBlocking", " |