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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |