AutoPagerize Advanced Firefox

Examine source code of AutoPagerize Advanced

By: John
Inspect and view changes in AutoPagerize Advanced source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "homepage_url": "http://autopagerize.net/",
  "content_scripts": [
    {
      "js": [
        "extension.js",
        "autopagerize.user.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "A version of Autopagerize with more settings. Now web extensions compatible.",
  "name": "AutoPagerize Advanced",
  "permissions": [
    "http://wedata.net/*",
    "tabs"
  ],
  "background": {
    "page": "background.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "version": "0.0.2.1",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "page_action": {
    "default_title": "Autopagerize for Chrome",
    "default_popup": "popup.html",
    "default_icon": "icons/icon16.png"
  },
  "default_locale": "en",
  "web_accessible_resources": [
    "error.html",
    "loading.html",
    "loading.gif"
  ]
}

Best AutoPagerize Advanced Alternatives

Here are some Firefox add-ons that are similar to AutoPagerize Advanced: