Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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"
}
]
}