Clear Browsing Data Button
(Clear browsing data) shortcut button,clear your browsing history and other personal data.
What is Clear Browsing Data Button?
Clear Browsing Data Button is a Chrome extension developed by http://cihangircagatay.tk, and its main feature is "(Clear browsing data) shortcut button,clear your browsing history and other personal data.".
Extension Screenshots
Download Clear Browsing Data Button Extension CRX File
Download Clear Browsing Data Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | eedilokgkecedolfgpongiimhkjjmkjg |
Official URL | https://chrome.google.com/webstore/detail/clear-browsing-data-butto/eedilokgkecedolfgpongiimhkjjmkjg |
Description | (Clear browsing data) shortcut button,clear your browsing history and other personal data. |
File Size | 3.91 KB |
Installation Count | 658 |
Current Version | 7.0 |
Last Updated | 2018-10-31 |
Publish Date | 2018-10-31 |
Rating | 5.00/5 Total 4 Ratings |
Developer | http://cihangircagatay.tk |
[email protected] | |
Payment Type | free |
Extension Website | http://cihangircagatay.blogspot.com |
Help Page URL | http://cihangircagatay.blogspot.com |
Supported Languages | 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" } |