Crap Sites

Crap Sites

Make the web crappy again

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crap Sites",
  "version": "0.1.0",
  "description": "Make the web crappy again",
  "manifest_version": 2,
  "web_accessible_resources": [
    "*"
  ],
  "background": {
    "scripts": [
      "util/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Windows 95ify"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}