Fire Messenger Firefox

Examine source code of Fire Messenger

제작자: abdallah-eldali
Inspect and view changes in Fire Messenger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Fire Messenger",
  "description": "This extension sequentially unsends all messages in a messenger chain.",
  "version": "1.1.0",
  "author": "abdallah-eldali",
  "homepage_url": "https://github.com/abdallah-eldali/fire-messenger",
  "content_scripts": [
    {
      "matches": [
        "https://*.facebook.com/messages/*",
        "https://*.messenger.com/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fire-messenger@abdallah-eldali.github.io",
      "strict_min_version": "132.0"
    }
  },
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "64": "icons/icon.svg",
    "96": "icons/icon.svg",
    "128": "icons/icon.svg"
  }
}

최고의 Fire Messenger 대안

다음은 Fire Messenger과(와) 유사한 Firefox add-on입니다: