Break Down the Walls Firefox

Examine source code of Break Down the Walls

By: OA
Inspect and view changes in Break Down the Walls source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Adds a browser action icon to the toolbar. Click the button to attempt to open link in sci-hub or LibGen.",
  "name": "Break Down the Walls",
  "manifest_version": 2,
  "version": "1.7",
  "icons": {
    "48": "graduate-hat.png"
  },
  "background": {
    "scripts": [
      "scihubify.js"
    ]
  },
  "commands": {
    "trigger-action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Q",
        "mac": "Command+Shift+Q"
      },
      "description": "Triggers Break Down the Walls"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "graduate-hat.png",
    "default_title": "Break Down Walls"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "activeTab",
    "menus",
    "notifications"
  ],
  "optional_permissions": [
    "menus"
  ],
  "options_ui": {
    "page": "preferences.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "102.0",
      "id": "onurhanak@protonmail.com"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  }
}

Best Break Down the Walls Alternatives

Here are some Firefox add-ons that are similar to Break Down the Walls: