AdDetector
Detect news articles paid for by advertisers.
AdDetectorとは何ですか?
AdDetectorはhttps://ianww.comによって開発されたChromeの拡張機能で、その主な機能は「Detect news articles paid for by advertisers.」です。
拡張機能のスクリーンショット
AdDetector拡張機能のCRXファイルをダウンロード
AdDetector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AdDetector spots articles with corporate sponsors. It puts a big banner on top of any article that may appear unbiased at first glance, but is actually paid for by an advertiser. The goal of this extension to increase corporate transparency for internet users. === "Native advertising" is a method of advertising that presents ads as journalism or unbiased articles. This technique is used by publications like the New York Times, The Atlantic, Gawker, Buzzfeed, and others. Stories may be marked as sponsored, but disclaimers are subtle because the whole point is that users don't know it's an ad. === This extension requires permission to run on pages you visit, but your data is never used, stored, or transmitted. For those who wish to contribute or audit, AdDetector is open source: http://github.com/typpo/ad-detector
拡張機能の基本情報
名前 | AdDetector |
ID | cmjeonfdjdekpggjkoknhhkcifnaichh |
公式URL | https://chromewebstore.google.com/detail/addetector/cmjeonfdjdekpggjkoknhhkcifnaichh |
説明 | Detect news articles paid for by advertisers. |
ファイルサイズ | 25.2 KB |
インストール数 | 2,125 |
現在のバージョン | 0.0.19 |
最終更新日 | 2015-06-17 |
公開日 | 2015-06-17 |
評価 | 4.25/5 合計 28 レビュー |
開発者 | https://ianww.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://ianww.com/ad-detector |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AdDetector", "version": "0.0.19", "manifest_version": 2, "description": "Detect news articles paid for by advertisers.", "homepage_url": "http:\/\/ianww.com\/ad-detector", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ "src\/rules.js", "src\/inject.js" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/main.js" ], "css": [ "src\/inject.css" ] } ] } |