Clear your browser history, cache and cookies for Browser in just one click!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"service_worker": "/js/bg-worker.js"
},
"default_locale": "en",
"description": "__MSG_app_description__",
"homepage_url": "https://history-and-cache-clean.freefinancetools.net",
"icons": {
"16": "img/icon_16.png",
"48": "img/icon_48.png",
"128": "img/icon_128.png"
},
"manifest_version": 3,
"name": "__MSG_app_name__",
"offline_enabled": true,
"options_page": "options.html",
"permissions": [
"activeTab",
"storage",
"browsingData",
"cookies"
],
"short_name": "history & web cache cleaner",
"version": "3.0.0",
"web_accessible_resources": [
{
"resources": [
"img/*"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": {
"38": "img/icon_38.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_app_name__"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}