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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}