Comments Owl for Hacker News Firefox

Examine source code of Comments Owl for Hacker News

Inspect and view changes in Comments Owl for Hacker News source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://soitis.dev/comments-owl-for-hacker-news",
  "version": "3.8.1",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false,
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://news.ycombinator.com/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "settings.js"
  ],
  "options_ui": {
    "browser_style": true,
    "chrome_style": false,
    "page": "options.html"
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "__MSG_extensionName__",
    "default_popup": "browser_action.html"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fe5c37b2-15f8-4d14-8154-013939b935a3}"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  }
}

Best Comments Owl for Hacker News Alternatives

Here are some Firefox add-ons that are similar to Comments Owl for Hacker News: