Native Ad Alert

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

Native Ad Alert là gì?

Native Ad Alert là một tiện ích mở rộng Chrome được phát triển bởi Amrit Sharma, và tính năng chính của nó là "We believe camouflaging advertisements as native content - especially journalism - is unethical and sets a dangerous precedence.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Native Ad Alert

Tải xuống các tệp mở rộng Native Ad Alert dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Native Ad Alert Native Ad Alert
ID fccinocckadhlemkdmejakmglpggbmlo
URL Chính Thức https://chromewebstore.google.com/detail/native-ad-alert/fccinocckadhlemkdmejakmglpggbmlo
Mô tả We believe camouflaging advertisements as native content - especially journalism - is unethical and sets a dangerous precedence.
Kích Thước Tệp 55.06 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2016-02-02
Ngày Phát Hành 2016-02-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Amrit Sharma
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.upgradeavenue.com/nativeadalert
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}