SM @ Proxy Detector

SM @ Proxy Detector

Striker Manager Fiscal Proxy Detector

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SM @ Proxy Detector",
  "version": "1.2.1",
  "manifest_version": 2,
  "description": "Striker Manager Fiscal Proxy Detector",
  "content_scripts": [
    {
      "matches": [
        "http://*.strikermanager.com/sospechosos.php*"
      ],
      "all_frames": true,
      "js": [
        "torips.js",
        "hide_my_ass_proxy_list_ip.js",
        "checkIPs.js",
        "getHideMyAssIPs.js",
        "remote.js",
        "parseips.js"
      ]
    },
    {
      "matches": [
        "http://*.strikermanager.com/inicio.php"
      ],
      "js": [
        "remote.js",
        "gunipig.js"
      ]
    }
  ],
  "permissions": [
    "http://*.strikermanager.com/",
    "storage",
    "tabs"
  ]
}