Site Activity Cleaner

Site Activity Cleaner

Cleanse your browsing history with Site Activity Cleaner. This extension lets you delete the browsing history of specific websites, ensuring your online activity remains private and confidential.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Allows the user to delete history of a particular website.",
  "homepage_url": "https://github.com/nabendu82/Addons",
  "page_action": {
    "default_title": "Website History delete",
    "default_popup": "history.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "history",
    "tabs"
  ],
  "manifest_version": 2,
  "name": "Website History Delete",
  "version": "1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{7d548b39-c704-4bf6-9fcf-f2ab1799a80c}"
    }
  }
}