Sticker Pin Firefox

Examine source code of Sticker Pin

By: Phuoc
Inspect and view changes in Sticker Pin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Sticker Pin",
  "version": "1.0",
  "description": "Drag any image on a page to create a persistent floating sticker pinned to the viewport (survives scrolling).",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{51bd1ee4-7c27-4070-8895-0253ead293ee}"
    }
  }
}

Best Sticker Pin Alternatives

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