History Burner

Historical revisionism at its finest.

Τι είναι το History Burner;

Το History Burner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jeffrey Chang, και η κύρια λειτουργία του είναι "Historical revisionism at its finest.".

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

screenshot
screenshot
screenshot

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

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

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

                        Feel free to use this easy, one-click solution to hide all the shady business you just finished doing.

This tool will clear your history and allow you to fill it with anything you desire. (For the lazier of us, it comes preset with an assortment of inconspicuous websites) It can also close your current tabs or entire window - just specify it in the options.

Don't want to clear your entire history? Easy, just select one of the choices on the options page!

Developed by: Jeffrey Chang and Roy Falik                    

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

Όνομα History Burner History Burner
ID mfmeheeibfpnkkobpeiclmihpipnnnlp
Επίσημο URL https://chrome.google.com/webstore/detail/history-burner/mfmeheeibfpnkkobpeiclmihpipnnnlp
Περιγραφή Historical revisionism at its finest.
Μέγεθος Αρχείου 57.61 KB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2015-10-04
Ημερομηνία Δημοσίευσης 2015-10-04
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Jeffrey Chang
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Burner",
    "description": "Historical revisionism at its finest.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "browsingData",
        "history",
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}