Reddit Column View Firefox

Examine source code of Reddit Column View

Inspect and view changes in Reddit Column View source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Reddit Column View",
  "version": "1.0.7",
  "description": "Splits posts into columns. Compatible with old and new Reddit layouts.",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "128": "images/128.png"
    }
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/*",
        "https://old.reddit.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/*.png",
    "images/*.ico"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a947dbda-552a-11eb-ae93-0242ac130002}"
    }
  },
  "manifest_version": 2
}

Best Reddit Column View Alternatives

Here are some Firefox add-ons that are similar to Reddit Column View: