History Wiper
Stop Chrome from recording your browsing history when you are browsing specific websites.
Τι είναι το History Wiper;
Το History Wiper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Stop Chrome from recording your browsing history when you are browsing specific websites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης History Wiper
Λήψη αρχείων επέκτασης History Wiper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
It is a chrome extentsion which can stop record your history and browering data about specific words. By default, it already has included some vulgarity and adult words. You can also add some website domain names by yourself. When the text on the badge is delete and the background color is yellow, it means that the history record is removed.
Βασικές Πληροφορίες Επέκτασης
Όνομα | History Wiper |
ID | iahlekcomboaljagackjkigepnfaphkc |
Επίσημο URL | https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc |
Περιγραφή | Stop Chrome from recording your browsing history when you are browsing specific websites. |
Μέγεθος Αρχείου | 111 KB |
Αριθμός Εγκαταστάσεων | 97 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2016-04-27 |
Ημερομηνία Δημοσίευσης | 2016-04-26 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Wiper", "version": "1.0.3", "manifest_version": 2, "description": "Stop Chrome from recording your browsing history when you are browsing specific websites.", "background": { "scripts": [ "scripts\/background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_title": "No History", "default_popup": "popup.html" }, "permissions": [ "history", "tabs", "browsingData", "storage" ] } |