weAutoPagerize Firefox

Examine source code of weAutoPagerize

By: wantora
Inspect and view changes in weAutoPagerize source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "weAutoPagerize",
  "description": "__MSG_extension_description__",
  "version": "2.1.0",
  "developer": {
    "name": "wantora",
    "url": "https://github.com/wantora/weautopagerize"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "weautopagerize@wantora.github.io",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "default_locale": "en",
  "icons": {
    "48": "icon.svg"
  },
  "permissions": [
    "*://*/*",
    "storage",
    "unlimitedStorage",
    "menus",
    "sessions"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "button.svg#default",
    "default_title": "__MSG_browserAction_label__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "optional_permissions": [
    "history"
  ]
}

Best weAutoPagerize Alternatives

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