Addictive Additive (light) Firefox

Examine source code of Addictive Additive (light)

Inspect and view changes in Addictive Additive (light) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "short_name": "aa-light",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://apps.tantely.fr/aa-light/",
  "version": "0.0.3",
  "default_locale": "en_GB",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "78.0",
      "id": "aa-light@tantely.fr"
    }
  },
  "developer": {
    "name": "T@ntely",
    "url": "https://apps.tantely.fr/"
  },
  "icons": {
    "16": "./icons/e@0,125x.png",
    "32": "./icons/e@0,25x.png",
    "64": "./icons/e@0,5x.png",
    "96": "./icons/e@0,75x.png",
    "128": "./icons/e128.png",
    "256": "./icons/e@2x.png",
    "384": "./icons/e@3x.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "./data/data.js",
      "./core/object.js",
      "./core/replace.js",
      "./background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "./data/data.js",
        "./core/object.js",
        "./core/replace.js",
        "./content.js"
      ],
      "css": [
        "./style/style.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "./icons/e@0,125x.png",
      "32": "./icons/e@0,25x.png",
      "64": "./icons/e@0,5x.png"
    }
  }
}

Best Addictive Additive (light) Alternatives

Here are some Firefox add-ons that are similar to Addictive Additive (light):