Instructables Default All Steps

Instructables Default All Steps

Sets all instructables default to View All Steps [[email protected]]

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Instructables Default All Steps",
  "description": "Sets all instructables default to View All Steps [[email protected]]",
  "version": "0.1",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://www.instructables.com/id/*/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}