Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jan 05, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Fiverr Boost Exchange",
"description": "Fiverr Boost Exchange is a private, secure community where top freelancers exchange gigs to boost reviews and rankings.",
"version": "1.2.2",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.fiverr.com\/*",
"https:\/\/app.fiverr-boost-exchange.com\/*"
],
"js": [
"content_script.js"
]
}
],
"background": {
"type": "module",
"service_worker": "service_worker.js"
},
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"https:\/\/www.fiverr.com\/*",
"https:\/\/app.fiverr-boost-exchange.com\/*"
]
}