AdDetector

Detect news articles paid for by advertisers.

什么是AdDetector?

AdDetector是由https://ianww.com开发的Chrome扩展程序,该扩展的主要功能是“Detect news articles paid for by advertisers.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
            ]
        }
    ]
}