Clickbait Assassin
Silently block content from sources of clickbait-like advertising.
Clickbait Assassinとは何ですか?
Clickbait AssassinはLost in Codeによって開発されたChromeの拡張機能で、その主な機能は「Silently block content from sources of clickbait-like advertising.」です。
拡張機能のスクリーンショット
Clickbait Assassin拡張機能のCRXファイルをダウンロード
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", " |