Photo Frame Overlay Firefox

Examine source code of Photo Frame Overlay

Inspect and view changes in Photo Frame Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Photo Frame Overlay",
  "version": "1.0",
  "description": "Hiển thị các khung hình đơn giản trên ảnh để thử nghiệm kiểu hiển thị.",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2416b56d-fb33-44f9-85d0-791c8d854b21}"
    }
  }
}

Best Photo Frame Overlay Alternatives

Here are some Firefox add-ons that are similar to Photo Frame Overlay: