Clear Browsing Data Button
(Clear browsing data) shortcut button,clear your browsing history and other personal data.
Cos'è Clear Browsing Data Button?
Clear Browsing Data Button è un'estensione di Chrome sviluppata da http://cihangircagatay.tk, e la sua funzione principale è "(Clear browsing data) shortcut button,clear your browsing history and other personal data.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clear Browsing Data Button
Scarica i file di estensione Clear Browsing Data Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A simple but pretty useful extension for Google Chrome & Chromium browsers, material design (Clear browsing data) shortcut button,clear your browsing history and other personal data,enjoy.
Informazioni di Base sull'Estensione
Nome | |
ID | eedilokgkecedolfgpongiimhkjjmkjg |
URL Ufficiale | https://chrome.google.com/webstore/detail/clear-browsing-data-butto/eedilokgkecedolfgpongiimhkjjmkjg |
Descrizione | (Clear browsing data) shortcut button,clear your browsing history and other personal data. |
Dimensione del File | 3.91 KB |
Conteggio Installazioni | 658 |
Versione Corrente | 7.0 |
Ultimo Aggiornamento | 2018-10-31 |
Data di Pubblicazione | 2018-10-31 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | http://cihangircagatay.tk |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://cihangircagatay.blogspot.com |
URL della Pagina di Aiuto | http://cihangircagatay.blogspot.com |
Lingue Supportate | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "button.png", "default_title": "Clear Browsing Data" }, "description": "(Clear browsing data) shortcut button,clear your browsing history and other personal data.", "icons": { "48": "button.png" }, "manifest_version": 2, "name": "Clear Browsing Data Button", "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "7.0" } |