Sticker Mode Firefox

Examine source code of Sticker Mode

By: Hi Key
Inspect and view changes in Sticker Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Sticker Mode",
  "version": "1.0",
  "description": "Biến bất kỳ hình ảnh nào thành dạng sticker có thể kéo, thả và gắn lên các trang web khác.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "sticker_mode.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c83b9d28-68f6-47a9-b8ee-f66ff2a49b6e}"
    }
  }
}

Best Sticker Mode Alternatives

Here are some Firefox add-ons that are similar to Sticker Mode: