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": "Traffic Rank",
"version": "1.9",
"description": "Show site popularity into the toolbar as you browse to the site.",
"action": {
"default_icon": {
"16": "img\/icon16.png",
"32": "img\/icon32.png"
},
"default_popup": "popup.html",
"default_title": "Traffic Rank | Tejji"
},
"icons": {
"16": "img\/icon16.png",
"19": "img\/icon19.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"options_page": "options.html",
"permissions": [
"storage",
"activeTab",
"tabs"
],
"host_permissions": [
"https:\/\/hitfront.com\/api\/*"
],
"homepage_url": "https:\/\/tejji.com\/"
}