Hackollapse Firefox

Examine source code of Hackollapse

Par : m-coleman
Inspect and view changes in Hackollapse source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Hackollapse",
  "version": "1.0",
  "description": "Collapse comment threads on Hacker News!",
  "permissions": [
    "storage",
    "tabs"
  ],
  "page_action": {
    "show_matches": [
      "https://news.ycombinator.com/*"
    ],
    "default_title": "Hackollapse",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/wrecking-ball.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://news.ycombinator.com/item?id=*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "icons": {
    "16": "images/wrecking-ball.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2
}

Meilleures alternatives Hackollapse

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