KeyController Plugin

KeyController Plugin

Allow to sign filtering by URL // Permite la firma filtrando por URL

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "name": "KeyController Plugin",
  "description": "Allow to sign filtering by URL // Permite la firma filtrando por URL",
  "version": "2.9",
  "background": {
    "page": "/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_title": "KeyController URL Plugin"
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "webRequest",
    "webNavigation",
    "webRequestBlocking",
    "nativeMessaging",
    "https://*/"
  ]
}