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",
"manifest_version": 3,
"name": "Blexb - Alexa Rank Alternative",
"version": "1.1.2",
"description": "Blexb is a free Alexa Rank Alternative extension. Display any website's global rank and traffic rank.",
"icons": {
"16": ".\/img\/logo.png",
"48": ".\/img\/logo.png",
"128": ".\/img\/logo.png"
},
"action": {
"default_icon": {
"16": ".\/img\/logo.png",
"48": ".\/img\/logo.png",
"128": ".\/img\/logo.png"
}
},
"permissions": [
"*:\/\/*\/*",
"tabs",
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": ".\/background.js"
}
}