Temporary Content Settings

Temporary Content Settings

Quickly make exceptions to content settings (JavaScript, cookies, images, plug-ins) for some or all sites for a set time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "2.1.5",
  "description": "__MSG_extDescription__",
  "author": "Martin Berka",
  "short_name": "__MSG_extShort__",
  "background": {
    "scripts": [
      "temp_settings.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_extName__",
    "default_icon": "38-button.png"
  },
  "icons": {
    "48": "48-detail.png",
    "128": "128-icon.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "contentSettings",
    "activeTab",
    "alarms",
    "storage"
  ],
  "minimum_chrome_version": "19",
  "default_locale": "en",
  "manifest_version": 2
}