Open new posts on tabs Firefox

Examine source code of Open new posts on tabs

By: Tomin
Inspect and view changes in Open new posts on tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.1resigned1",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "icons": {
    "32": "icons/new-tab-32.png",
    "48": "icons/new-tab-48.png",
    "64": "icons/new-tab-64.png"
  },
  "page_action": {
    "browser_style": true,
    "default_icon": {
      "32": "icons/new-tab-32.png",
      "48": "icons/new-tab-48.png",
      "64": "icons/new-tab-64.png"
    },
    "default_title": "__MSG_buttonDefaultTitle__"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/c/*",
        "*://*/latest",
        "*://*/new",
        "*://*/top",
        "*://*/unread"
      ],
      "js": [
        "shared.js",
        "forums/discourse.js"
      ]
    },
    {
      "matches": [
        "*://*/*?f=*",
        "*://*/*?search_id=newposts*",
        "*://*/*?search_id=unreadposts*"
      ],
      "js": [
        "shared.js",
        "forums/phpbb.js"
      ]
    },
    {
      "matches": [
        "*://*/*?action=unread*",
        "*://*/*?board=*"
      ],
      "js": [
        "shared.js",
        "forums/smf.js"
      ]
    },
    {
      "matches": [
        "*://*/forums/privatemessage/index"
      ],
      "js": [
        "shared.js",
        "forums/vbulletin.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4c7229b4-c4ab-4868-a1ce-539c478ee999}"
    }
  }
}

Best Open new posts on tabs Alternatives

Here are some Firefox add-ons that are similar to Open new posts on tabs: