PubliElectoral

Escanea la publicidad política que aparece en tu cuenta de Facebook

Τι είναι το PubliElectoral;

Το PubliElectoral είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον electoralmonitor, και η κύρια λειτουργία του είναι "Escanea la publicidad política que aparece en tu cuenta de Facebook".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        PubliElectoral does not store personal information of users of any kind. What we do store is information from political ads for analysis. For more information, please refer to our privacy policy.
PubliElectoral is a plugin (or extension) developed by Asociación por los Derechos Civiles (ADC) and Cooperativa Tecnológica Cambá from Argentina. It is downloaded and installed in your browser. When the user navigates through Facebook, it detects the political ads that are displayed and stores them in a database, so that the research team can analyze them. The extension relieves advertisements of candidates and political parties during election campaigns. It does this through real accounts of people like you, who cooperate with us by downloading the extension. Our goal is to gather this information and analyze it to understand if the system of electoral ads is working transparently from political parties and social networks. As soon as you finish installing the plugin, remember to open it and select your location. Also remember to keep the plugin updated.

PubliElectoral is a browser extension that allows the collection of information related to electoral advertising in social networks.

Privacy Policy: 
https://publielectoral.lat/policy/en/Privacy_Policy_of_PubliElectoral.pdf                    

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

Όνομα PubliElectoral PubliElectoral
ID faalhbnbbfmfmofggepjdndbcgbjinbg
Επίσημο URL https://chrome.google.com/webstore/detail/publielectoral/faalhbnbbfmfmofggepjdndbcgbjinbg
Περιγραφή Escanea la publicidad política que aparece en tu cuenta de Facebook
Μέγεθος Αρχείου 47.96 KB
Αριθμός Εγκαταστάσεων 163
Τρέχουσα Έκδοση 0.0.31
Τελευταία Ενημέρωση 2023-03-30
Ημερομηνία Δημοσίευσης 2019-09-11
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής electoralmonitor
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://publielectoral.lat/
Διεύθυνση URL της Σελίδας Βοήθειας https://publielectoral.lat/policy/es/Pol%C3%ADtica_de_Privacidad_PubliElectoral.pdf
URL της Σελίδας Πολιτικής Απορρήτου https://publielectoral.lat/policy/es/Pol%C3%ADtica_de_Privacidad_PubliElectoral.pdf
Υποστηριζόμενες Γλώσσες en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.31",
    "manifest_version": 3,
    "description": "__MSG_storeDescription__",
    "default_locale": "es",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "36": "icons\/icon-36.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "*:\/\/*.facebook.com\/",
        "*:\/\/*.facebook.com\/home.php",
        "*:\/\/*.facebook.com\/?ref=logo",
        "storage"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/",
                "*:\/\/*.facebook.com\/home.php",
                "*:\/\/*.facebook.com\/?ref=logo"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "36": "icons\/icon-36.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}