Paypal Bot Firefox

Examine source code of Paypal Bot

Inspect and view changes in Paypal Bot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Climax Paypal Card Form Filler & Looper",
  "short_name": "Climax Paypal Looper",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Paypal Card Checkout Form Autofiller from google sheet, by Climax Soft",
  "icons": {
    "16": "icons/refresh.png",
    "48": "icons/refresh.png",
    "128": "icons/refresh.png"
  },
  "browser_action": {
    "default_popup": "src/browser_action/browser_action.html",
    "default_icon": "icons/refresh.png",
    "default_title": "Climax Paypal Form Filler V2"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.paypal.com/webapps/*",
        "*://seogroupbuy.pro/*"
      ],
      "js": [
        "js/jquery.min.js",
        "js/script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>",
    "contextMenus",
    "notifications"
  ],
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "src/bg/background.js"
    ]
  },
  "web_accessible_resources": [
    "icons/refresh.png"
  ]
}

Best Paypal Bot Alternatives

Here are some Firefox add-ons that are similar to Paypal Bot: