Link

Link

Extension para obtener enlace de recursos multimedia y recibir notificaciones de tareas

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Extension para obtener enlace de recursos multimedia y recibir notificaciones de tareas",
  "version": "3.8.8",
  "name": "Link",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8PTHymuAlSOuWxA2LKittMtHD45vw1DPUOqyRDy30uufM2hshu08lKUf1b2JY0ZdDlYHSfCr5AAubsbK3YSfrcfn6/giOrb16Hw46vgpkr5bD+Qe6YQwCHIVkyLEeCwH0YmfqU53PPXuukd8X3D3Q1FADuy77CUpL/dKyZo0gF1tXoVoEqBIFNLJtdDsQNjhb+Mn9BX2JS17LA0XbqYCXtBOXf5moGxdfbt987GVVcSfpGXeJJPMYi+GWyroSXqacWzZb8SJlKqK43+aMGTCIKKcqthzOZsqC+92s0FAQ/n6QDtADJ1wXmbGa7+oGZkzxoTVCiKs+JYc6QZdqx8lIQIDAQAB",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "storage",
    "nativeMessaging",
    "tabs",
    "background",
    "activeTab",
    "notifications",
    "*://*.appen.com/*"
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "128": "icon128.png"
  },
  "options_page": "options.html",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.appen.io/*",
        "*://*.appen.com/*",
        "http://50.116.7.57/*"
      ],
      "run_at": "document_start",
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "content.styles.css",
    "icon-128.png",
    "icon-34.png"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}