Blog Link Analyzer Firefox

Examine source code of Blog Link Analyzer

Inspect and view changes in Blog Link Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Blog Link Analyzer",
  "version": "1.5.2",
  "description": "Detects blog posts and extracts linked blog content with titles and authors",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/blog-detector.js",
        "content/link-extractor.js"
      ],
      "css": [
        "content/content-styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Blog Link Analyzer",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "utils/*.js"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'; connect-src 'self' https://api.openai.com https://api.anthropic.com http://localhost:11434 https://*.ollama.com;",
  "homepage_url": "https://codingnooob.github.io/blogbranch/",
  "browser_specific_settings": {
    "gecko": {
      "id": "codingnooob3@gmail.com",
      "strict_min_version": "78.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "websiteActivity"
        ],
        "optional": [
          "technicalAndInteraction",
          "browsingActivity"
        ]
      }
    }
  }
}

Best Blog Link Analyzer Alternatives

Here are some Firefox add-ons that are similar to Blog Link Analyzer: