nextpage Firefox

Examine source code of nextpage

By: sylecn
Inspect and view changes in nextpage source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_addonName__",
  "version": "3.2.0",
  "description": "__MSG_addonDescription__",
  "default_locale": "en_US",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "storage.js",
        "nextpage.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "nextpage@yuanle.song",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ]
}

Best nextpage Alternatives

Here are some Firefox add-ons that are similar to nextpage: