Feed Analyzer — Instagram & TikTok Firefox

Examine source code of Feed Analyzer — Instagram & TikTok

By: AFS Dev
Inspect and view changes in Feed Analyzer — Instagram & TikTok source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Feed Analyzer — Instagram & TikTok",
  "description": "Instagram & TikTok downloader: sort posts by engagement, export CSV/JSON/Excel & media ZIP. Free, local, no signup.",
  "version": "1.0.4",
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "https://www.instagram.com/*",
    "https://www.tiktok.com/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "feed-analyzer@afsdev.de",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personallyIdentifyingInfo"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "content-scripts/instagram-download.js",
        "content-scripts/instagram.js"
      ]
    },
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/instagram-inject.js"
      ],
      "world": "MAIN"
    },
    {
      "matches": [
        "https://www.tiktok.com/*"
      ],
      "js": [
        "content-scripts/tiktok-download.js",
        "content-scripts/tiktok.js"
      ]
    },
    {
      "matches": [
        "https://www.tiktok.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/tiktok-inject.js"
      ],
      "world": "MAIN"
    }
  ]
}

Best Feed Analyzer — Instagram & TikTok Alternatives

Here are some Firefox add-ons that are similar to Feed Analyzer — Instagram & TikTok: