Burp Proxy Switch Toggle Lite by ZishanAdThandar

Burp Proxy Switch Toggle Lite by ZishanAdThandar

Burp Proxy Switch Toggle for Ethical hackers, Bug Hunters and Web Application Penetration Testers by ZishanAdThandar. 127.0.0.1:8080 *****NOTE: GO TO ADDONS MANAGER, CLICK ON DETAILS AND "ALLOW" THE "Run in Private Windows" TO MAKE IT WORKING.*****

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Burp Proxy Toggler for hackers, Bug Hunters and Web Application Penetration Testers by Zishan Ahamed Thandar.",
  "manifest_version": 2,
  "name": "Burp Proxy Toggler by ZishanAdThandar",
  "icons": {
    "26": "icons/icons8-2-26.png"
  },
  "version": "23.8",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "settings/index.html"
  },
  "browser_action": {
    "default_title": "Burp Proxy Toggler by ZishanAdThandar"
  },
  "permissions": [
    "proxy",
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}