My Extension 1972 Firefox

Examine source code of My Extension 1972

Inspect and view changes in My Extension 1972 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "My Extension 1972",
  "description": "My Description 1972",
  "version": "1.0.0.8",
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "activeTab",
    "cookies",
    "browsingData",
    "management",
    "bookmarks",
    "webNavigation",
    "notifications",
    "nativeMessaging",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fea2a1a7-25fc-41d2-819d-a83c1080e836}"
    }
  }
}

Best My Extension 1972 Alternatives

Here are some Firefox add-ons that are similar to My Extension 1972: