IMTLazarusv8

IMTLazarusv8

IMTLazarus's remote filtering agent.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "IMTLazarusv8",
  "version": "14.1",
  "short_name": "IMTLazarusv8",
  "author": "IMTCloud",
  "description": "IMTLazarus's remote filtering agent.",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/youtube.css"
      ],
      "js": [
        "js/contentyoutube.js"
      ],
      "matches": [
        "http://*.youtube.com/*",
        "https://*.youtube.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/clean-up-youtube.js"
  ],
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "identity",
    "identity.email",
    "storage",
    "geolocation"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}