Elite Autobuyer NN

Elite Autobuyer NN

Extensão para ativar as ações do Elite Autobuyer NN no Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "msgport.js",
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Extensão para ativar as ações do Elite Autobuyer NN no Chrome",
  "icons": {
    "32": "Softomotive_32.png",
    "48": "Softomotive_48.png",
    "64": "Softomotive_64.png",
    "96": "Softomotive_96.png",
    "128": "Softomotive_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "50.0",
  "name": "Elite Autobuyer NN",
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabs",
    "browsingData",
    "nativeMessaging",
    "background",
    "http://*/*",
    "https://*/*"
  ],
  "version": "1.0.0.18"
}