helpplz uber

helpplz uber

Allows you to search and browse plz emoticons for deviantart.com

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "helpplz uber",
  "version": "1.14",
  "manifest_version": 2,
  "description": "Allows you to search and browse plz emoticons for deviantart.com",
  "icons": {
    "128": "helpplzlogo.png"
  },
  "permissions": [
    "http://*.deviantart.com/*",
    "http://helpplz.info/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*.deviantart.com/*",
        "http://*.sta.sh/*"
      ],
      "css": [
        "jquery.ui.css",
        "uber.css"
      ],
      "js": [
        "jquery.js",
        "jquery.ui.js",
        "uber.chrome.js",
        "uber.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  }
}