Steamgifts Blacklist Detector

Steamgifts Blacklist Detector

Scans database of users if you have been blacklisted by them or not

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Steamgifts Blacklist Detector",
  "description": "Scans database of users if you have been blacklisted by them or not",
  "version": "1.0.3",
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "https://www.steamgifts.com/*",
    "http://pastebin.com/raw/*"
  ],
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.steamgifts.com/*; object-src 'self'"
}