#hailsatan

#hailsatan

This Chrome Extension takes the veil off your eyes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "#hailsatan",
  "description": "This Chrome Extension takes the veil off your eyes.",
  "version": "1.0",
  "manifest_version": 2,
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*",
        "http://www.facebook.com/*"
      ],
      "js": [
        "jquery.js",
        "main.js"
      ]
    }
  ]
}