Native Ad Alert

We believe camouflaging advertisements as native content - especially journalism - is unethical and sets a dangerous precedence.

什么是Native Ad Alert?

Native Ad Alert是由Amrit Sharma开发的Chrome扩展程序,该扩展的主要功能是“We believe camouflaging advertisements as native content - especially journalism - is unethical and sets a dangerous precedence.”。

扩展截图

screenshot
screenshot

下载Native Ad Alert扩展crx文件

下载Native Ad Alert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        We believe camouflaging advertisements as native content - especially journalism - is unethical and sets a dangerous precedence. This FREE Chrome Extension is the easiest way for you to know when what you're reading is actually an ad. 

NativeAdAlert does not block any content. It elegantly notifies you when you land on a page with native advertising. We want newspapers and other publications to make money through innovative business models, but not at the expense of editorial peace of mind. Native advertisements often do the bare minimum to tell you it's an ad. But no longer. This chrome extension lifts the veil - and camouflages native ads. So YOU get to decide whether you want to read the advertisement or not.

This is just the beginning. After 2 days of work, I built this chrome extension that works on Buzzfeed, New York Times, GAWKER, Vanity Fair and The Atlantic. What other publications have native ads? Let me know, and I will continue to make this more exhaustive.

Design for the alerts inspired by Introbar.com.                    

扩展基本信息

名称 Native Ad Alert Native Ad Alert
ID fccinocckadhlemkdmejakmglpggbmlo
官方URL https://chromewebstore.google.com/detail/native-ad-alert/fccinocckadhlemkdmejakmglpggbmlo
简介 We believe camouflaging advertisements as native content - especially journalism - is unethical and sets a dangerous precedence.
文件大小 55.06 KB
安装次数 13
当前版本 1.3.0
更新时间 2016-02-02
上架时间 2016-02-01
评分 5.00/5 共1次评分
开发者 Amrit Sharma
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.upgradeavenue.com/nativeadalert
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Native Ad Alert",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "We believe camouflaging advertisements as native content - especially journalism - is unethical and sets a dangerous precedence.",
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.buzzfeed.com\/*",
                "*:\/\/*.nytimes.com\/*",
                "*:\/\/*.gawker.com\/*",
                "*:\/\/*.vanityfair.com\/*",
                "*:\/\/*.theatlantic.com\/*",
                "*:\/\/*.bbc.com\/*",
                "*:\/\/*.bloomberg.com\/*",
                "*:\/\/*.time.com\/*",
                "*:\/\/*.businessinsider.com\/*",
                "*:\/\/*.businessinsider.in\/*",
                "*:\/\/finance.yahoo.com\/*"
            ],
            "js": [
                "js\/mystyles.js"
            ],
            "css": [
                "css\/mystyles.css"
            ],
            "all_frames": false
        }
    ]
}