Simplify it!

Simplify it!

Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simplify it!",
  "short_name": "Simplify!",
  "description": "Simplifies web pages and mutes annoying videos.  Click the Yellow 'S' to simplify a page. Click it again to undo.",
  "version": "2.5",
  "author": "Nate",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Simplify the Page."
  },
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  }
}