Ad Observer

A browser extension to share data about your social feed with researchers and journalists to increase transparency.

Τι είναι το Ad Observer;

Το Ad Observer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://adobserver.org, και η κύρια λειτουργία του είναι "A browser extension to share data about your social feed with researchers and journalists to increase transparency.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Ad Observer

Λήψη αρχείων επέκτασης Ad Observer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This tool allows you to contribute data about the ads you're shown to further the understanding of researchers, journalists, and the public of online political advertising and how personal data is used to target you with ads.

Ad Observer is offered by the Online Political Transparency Project of New York University. This extension was developed in partnership with the Algorithmic Transparency Institute.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ad Observer Ad Observer
ID dafimblndlbfdhmdnefmmnjdpbbnflgd
Επίσημο URL https://chromewebstore.google.com/detail/ad-observer/dafimblndlbfdhmdnefmmnjdpbbnflgd
Περιγραφή A browser extension to share data about your social feed with researchers and journalists to increase transparency.
Μέγεθος Αρχείου 521 KB
Αριθμός Εγκαταστάσεων 3,497
Τρέχουσα Έκδοση 3.2.13 (ea4c344)
Τελευταία Ενημέρωση 2022-11-09
Ημερομηνία Δημοσίευσης 2020-07-24
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://adobserver.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://adobserver.org/
URL της Σελίδας Πολιτικής Απορρήτου https://adobserver.org/privacy-policy
Υποστηριζόμενες Γλώσσες de,en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/adobserver.org",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "64": "assets\/icon64.png",
        "128": "assets\/icon128.png"
    },
    "manifest_version": 3,
    "name": "Ad Observer",
    "short_name": "Ad Observer",
    "description": "A browser extension to share data about your social feed with researchers and journalists to increase transparency.",
    "version": "3.2.13",
    "version_name": "3.2.13 (ea4c344)",
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "preload\/bundle.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.facebook.com\/ads\/archive*",
                "*:\/\/*.facebook.com\/ads\/library*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "ytpreload\/bundle.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content\/bundle.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.facebook.com\/ads\/archive*",
                "*:\/\/*.facebook.com\/ads\/library*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "bundle.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "webpage\/*",
                "assets\/runs_on_fb.js",
                "assets\/runs_on_yt.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "toolbar\/index.html",
        "default_title": "Ad Observer",
        "default_icon": "assets\/icon128.png"
    }
}