Wadsworth Constant

Wadsworth Constant

Automatically skips past the first 30% to get to the meat of things.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Wadsworth Constant",
  "version": "0.92",
  "manifest_version": 2,
  "description": "Automatically skips past the first 30% to get to the meat of things.",
  "browser_action": {
    "default_icon": "icon-on.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}