Get To The Point Firefox

Examine source code of Get To The Point

Inspect and view changes in Get To The Point source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Get To The Point",
  "version": "1.0.1",
  "description": "Skip the clickbait. Right-click any link and get a plain-English summary before you decide to click.",
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "Get To The Point",
    "default_icon": {
      "48": "icons/icon48.png"
    }
  },
  "browser_action": {
    "default_title": "Get To The Point",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gettothepoint@radioptic.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "homepage_url": "https://github.com/gettothepoint"
}

Best Get To The Point Alternatives

Here are some Firefox add-ons that are similar to Get To The Point: