The Verge - Is It A Thing

The Verge - Is It A Thing

Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.4.0",
  "manifest_version": 2,
  "description": "__MSG_appDesc__",
  "homepage_url": "http://twitter.com/mehedih_",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "filter.js"
      ],
      "matches": [
        "*://www.theverge.com/*"
      ]
    }
  ]
}