Mithril Sword of Angels’

Mithril Sword of Angels’

A good tool for optimizing the website experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Mithril Sword of Angels’",
  "version": "2.0.2",
  "description": "A good tool for optimizing the website experience. ",
  "icons": {
    "16": "icons/a16.png",
    "48": "icons/a48.png",
    "128": "icons/a128.png"
  },
  "author": "[email protected]",
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "scripts/g.js"
      ]
    },
    {
      "matches": [
        "https://*.csdn.net/*"
      ],
      "js": [
        "scripts/c.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.baidu.com/*"
      ],
      "js": [
        "scripts/b.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://stackoverflow.com/*"
      ],
      "js": [
        "scripts/o.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://zhihu.com/*",
        "https://*.zhihu.com/*"
      ],
      "js": [
        "scripts/z.js"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}