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": "URIRANK - Alexa Traffic Rank",
"description": "Alexa website ranking and analysis of all sites. Top 100 websites by country.",
"manifest_version": 3,
"version": "1.2",
"icons": {
"128": "128.png"
},
"action": {
"default_popup": "popup.html"
},
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"tabs",
"webRequest"
]
}