Article Galaxy Browser Extension Firefox

Examine source code of Article Galaxy Browser Extension

Inspect and view changes in Article Galaxy Browser Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Article Galaxy Browser Extension",
  "description": "Article Galaxy Browser Extension",
  "version": "1.2.0",
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "webRequest"
  ],
  "action": {
    "default_icon": {
      "16": "/icons/logo.png",
      "48": "/icons/logo.png",
      "128": "/icons/logo.png"
    }
  },
  "icons": {
    "16": "/icons/logo.png",
    "48": "/icons/logo.png",
    "128": "/icons/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/js/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_page": "options.html",
  "web_accessible_resources": [
    {
      "resources": [
        "/assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "agwreprintsdesk@repintsdesk.com"
    }
  }
}

Best Article Galaxy Browser Extension Alternatives

Here are some Firefox add-ons that are similar to Article Galaxy Browser Extension: