表情管理扩展 Edge

Examine source code of 表情管理扩展

Inspect and view changes in 表情管理扩展 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "zh_CN",
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "version": "1.0.12",
  "description": "__MSG_extensionDescription__",
  "author": "stevessr",
  "homepage_url": "https://github.com/stevessr/bug-v3",
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "downloads",
    "sidePanel",
    "tabs",
    "downloads.shelf",
    "downloads.ui",
    "notifications",
    "nativeMessaging"
  ],
  "optional_permissions": [
    "cookies"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "side_panel": {
    "default_path": "index.html?mode=sidebar"
  },
  "action": {
    "default_popup": "index.html?mode=popup",
    "default_title": "__MSG_extensionName__",
    "default_icon": {
      "48": "img/48.png",
      "64": "img/64.png",
      "128": "img/128.png"
    }
  },
  "options_page": "index.html?mode=options",
  "options_ui": {
    "page": "index.html?mode=options",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-loader.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "img/48.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "cross_origin_opener_policy": {
    "value": "unsafe-none"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "js/*",
        "*.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "emoji-extension@pwsh.us.kg"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}

Best 表情管理扩展 Alternatives

Here are some Edge add-ons that are similar to 表情管理扩展: