URL Historian

URL Historian - Enlightening the social impact of the web through your web use

Τι είναι το URL Historian;

Το URL Historian είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CSMaP, και η κύρια λειτουργία του είναι "URL Historian - Enlightening the social impact of the web through your web use".

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

screenshot
screenshot
screenshot

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

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

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

                        URL Historian is a Chrome extension developed by New York University’s Center for Social Media and Politics (CSMaP). URL Historian allows participants to share data that contributes to better understanding of how our ever-shifting online environment impacts politics and democracy.

URL Historian collects browsing data from registered research participants who agree to be part of a study. When the plug-in is activated and registered, it automatically begins collecting URLs visited. Participants can pause this collection at any time through the extension interface. Participants can also block specific domains from being collected through a blacklist feature provided in the extension.  Participants are also required to opt-in to sharing their YouTube page. 

Data collected through URL Historian is anonymized and used for academic purposes only. All collected data is securely stored on Amazon Web Services (AWS) and only accessible by CSMaP researchers. 
Participation in web browsing collection is completely voluntary. The extension also offers multiple options for allowing and limiting the types of data that are collected.  

URL Historian also allows participants to delete data that was shared for up to ten days after it was collected. If more than ten days have passed since data was collected, participants can contact NYU CSMaP Engineers at [email protected] to request their data be deleted. 

Please be aware that URL Historian collects the web browsing data of anyone using Google Chrome on the computer that URL Historian is installed on. If you share this computer with anyone, you should inform them that URL Historian is installed, and show them how they can pause the app and/or delete their browsing history when they use the computer.

For more information on how to install and configure the URL Historian extension, visit https://www.csmapsurveys.org/csmap_url_historian.html. 
For any questions on using the extension, requesting data deletion, or other technical problems, please reach out to [email protected]. For more information about the Center for Social Media and Politics research, visit https://csmapnyu.org/.                    

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

Όνομα URL Historian URL Historian
ID imdfbahhoamgbblienjdoeafphlngdim
Επίσημο URL https://chromewebstore.google.com/detail/url-historian/imdfbahhoamgbblienjdoeafphlngdim
Περιγραφή URL Historian - Enlightening the social impact of the web through your web use
Μέγεθος Αρχείου 1.17 MB
Αριθμός Εγκαταστάσεων 159
Τρέχουσα Έκδοση 1.2.4
Τελευταία Ενημέρωση 2023-11-28
Ημερομηνία Δημοσίευσης 2021-11-02
Προγραμματιστής CSMaP
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://csmapnyu.org
Διεύθυνση URL της Σελίδας Βοήθειας https://www.csmapsurveys.org/csmap_privacy_policy.html
URL της Σελίδας Πολιτικής Απορρήτου https://csmapnyu.org/chrome-plugin-privacy-policy
Υποστηριζόμενες Γλώσσες en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.4",
    "description": "__MSG_appDesc__",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "background",
        "alarms",
        "scripting"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "default_locale": "en"
}