Times Bandit

A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.

Τι είναι το Times Bandit;

Το Times Bandit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fermentationist, και η κύρια λειτουργία του είναι "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.".

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

screenshot

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

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

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

                        Times Bandit is a browser extension that removes some of the tracking data that nytimes.com stores in the browser.

Clicking the icon will delete all of the non-HttpOnly cookies stored locally by nytimes.com, clear both local and session storage, and then reload the current url.                    

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

Όνομα Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
Επίσημο URL https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml
Περιγραφή A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
Μέγεθος Αρχείου 17.19 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2019-07-13
Ημερομηνία Δημοσίευσης 2019-07-13
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής fermentationist
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Times Bandit",
    "description": "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.",
    "version": "1.0.4",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "*:\/\/*.nytimes.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        },
        "default_title": "Removes nytimes.com tracking data from browser storage."
    },
    "manifest_version": 2
}