ELLO ADS

ELLO ADS

Put the ads back in the Social Network

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ELLO ADS",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "Put the ads back in the Social Network",
  "homepage_url": "http://elloads.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48x2.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon76.png"
    },
    "default_title": "ELLO ADS"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "src/inject/inject.css"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/jquery/jquery.js",
        "src/inject/inject.js"
      ]
    }
  ]
}