Fiverr Buyer Info

Fiverr Buyer Info

View the buyer's username or profile on Fiverr's buyer request page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fiverr Buyer Info",
  "description": "View the buyer's username or profile on Fiverr's buyer request page.",
  "manifest_version": 3,
  "version": "1.0.1",
  "author": "Tanzeel Ur Rehman",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.fiverr.com/users/*/requests",
        "https://www.fiverr.com/users/*/requests?source=header_nav"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}