AdDetector

Detect news articles paid for by advertisers.

AdDetectorคืออะไร?

AdDetector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ianww.com และคุณลักษณะหลักของมันคือ "Detect news articles paid for by advertisers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdDetector

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}