Advanced Screenshot Capture Firefox

Examine source code of Advanced Screenshot Capture

Inspect and view changes in Advanced Screenshot Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Advanced Screenshot Capture",
  "version": "1.0",
  "description": "Capture, edit, and save screenshots with various tools.",
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "editor.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1e96a4b6-9df1-4c8e-b297-088ff99354ff}"
    }
  }
}

Best Advanced Screenshot Capture Alternatives

Here are some Firefox add-ons that are similar to Advanced Screenshot Capture: