HiddenTools for Google Chrome™

HiddenTools for Google Chrome™

The easiest way to access all the productivity settings and developer tools hidden in the Google Chrome™ browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HiddenTools for Google Chrome™",
  "description": "The easiest way to access all the productivity settings and developer tools hidden in the Google Chrome™ browser.",
  "version": "4.1",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": "logo_16.png",
    "default_popup": "popup.html",
    "default_title": ""
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "logo_16.png",
    "48": "logo_48.png",
    "128": "logo_128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "short_name": "HiddenTools Pro"
}