FediAct Firefox

Examine source code of FediAct

Inspect and view changes in FediAct source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "FediAct",
  "version": "0.9.8.7",
  "description": "Simplifies interactions on other Mastodon instances than your own. Visit https://github.com/lartsch/FediAct for more.",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "src/lib/jquery-3.6.1.min.js",
        "src/inject.min.js"
      ],
      "css": [
        "src/content_styles.min.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "src/background.min.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "alarms",
    "tabs",
    "https://*/*",
    "http://*/*"
  ],
  "options_ui": {
    "page": "src/popup.html"
  },
  "browser_action": {
    "default_popup": "src/popup.html",
    "default_icon": "src/icon/48.png",
    "default_title": "FediFollow settings"
  },
  "icons": {
    "48": "src/icon/48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cca112bb-1ca6-4593-a2f1-38d808a19dda}"
    }
  }
}

Meilleures alternatives FediAct

Voici quelques Firefox add-ons qui sont similaires à FediAct :