AdDetector
Detect news articles paid for by advertisers.
AdDetector란 무엇입니까?
AdDetector은(는) https://ianww.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detect news articles paid for by advertisers."입니다.
확장 프로그램 스크린샷
AdDetector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } ] } |