Keyword History Cleaner

Keyword History Cleaner

Deletes the history with help of the keyword. Delete the all the history which has the keyword in it URL or in the title. Download and Delete History...instantly using Keyword, with just 1-click on the Eraser button!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Keyword History Cleaner",
  "homepage_url": "http://github.com/ankit9971/",
  "version": "2.1resigned1",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    },
    "default_title": "Delete Specific url history",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "history"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3dd0d7fa-62d8-472b-b08a-edc30b68152b}"
    }
  }
}