AdDetector
Detect news articles paid for by advertisers.
Qu'est-ce que AdDetector ?
AdDetector est une extension Chrome développée par https://ianww.com, et sa fonction principale est "Detect news articles paid for by advertisers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AdDetector
Téléchargez les fichiers d'extension AdDetector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | AdDetector |
ID | cmjeonfdjdekpggjkoknhhkcifnaichh |
URL Officiel | https://chromewebstore.google.com/detail/addetector/cmjeonfdjdekpggjkoknhhkcifnaichh |
Description | Detect news articles paid for by advertisers. |
Taille du Fichier | 25.2 KB |
Nombre d'Installations | 2,125 |
Version Actuelle | 0.0.19 |
Dernière Mise à Jour | 2015-06-17 |
Date de Publication | 2015-06-17 |
Évaluation | 4.25/5 Total 28 Évaluations |
Développeur | https://ianww.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://ianww.com/ad-detector |
Langues Prises en Charge | 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" ] } ] } |