AdDetector
Detect news articles paid for by advertisers.
Wat is AdDetector?
AdDetector is een Chrome-extensie ontwikkeld door https://ianww.com, en de belangrijkste functie is "Detect news articles paid for by advertisers.".
Extensie Screenshots
Download het CRX-bestand van de extensie AdDetector
Download AdDetector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | AdDetector |
ID | cmjeonfdjdekpggjkoknhhkcifnaichh |
Officiële URL | https://chromewebstore.google.com/detail/addetector/cmjeonfdjdekpggjkoknhhkcifnaichh |
Beschrijving | Detect news articles paid for by advertisers. |
Bestandsgrootte | 25.2 KB |
Aantal Installaties | 2,125 |
Huidige Versie | 0.0.19 |
Laatst Bijgewerkt | 2015-06-17 |
Publicatiedatum | 2015-06-17 |
Beoordeling | 4.25/5 Totaal 28 Beoordelingen |
Ontwikkelaar | https://ianww.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://ianww.com/ad-detector |
Ondersteunde Talen | 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" ] } ] } |