Auto Close Tab

Auto Close Tab

This extension runs in the background and will close any tab opened where the URL begins with ie:http

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Auto Close Tab",
  "version": "2.0",
  "description": "This extension runs in the background and will close any tab opened where the URL begins with ie:http",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ]
}