AideShow

AideShow

Abre anexos do ServiceAide em uma nova aba.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "AideShow",
  "description": "Abre anexos do ServiceAide em uma nova aba.",
  "version": "1.0.2",
  "author": "Victor Oliveira",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "aideshow.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://csm3.serviceaide.com/*"
  ]
}