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",
"version": "3.2.7",
"name": "Ahrefs SEO Toolbar",
"description": "__MSG_manifest_description__",
"homepage_url": "https:\/\/ahrefs.com\/",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"exclude_matches": [
"https:\/\/www.bing.com\/*",
"https:\/\/www.facebook.com.login.php\/",
"*:\/\/*\/*.pdf",
"*:\/\/*\/*.txt",
"*:\/\/*\/*.xml"
],
"exclude_globs": [
"https:\/\/*.ahrefs.com\/*",
"https:\/\/*.ahrefs.me\/*"
],
"run_at": "document_idle"
}
],
"icons": {
"48": "images\/colored-48.png",
"64": "images\/colored-64.png",
"128": "images\/colored-128.png"
},
"default_locale": "en",
"manifest_version": 3,
"permissions": [
"declarativeNetRequestWithHostAccess",
"identity",
"tabs",
"storage",
"webNavigation",
"webRequest"
],
"host_permissions": [
"*:\/\/*\/*",
"https:\/\/ahrefs.com\/v4\/",
"https:\/\/app.ahrefs.com\/"
],
"background": {
"service_worker": "event.js"
},
"action": {
"default_icons": {
"32": "images\/colored-32.png"
},
"default_popup": "popup.html"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk3eMNMxROt3WllMnUtB1\/bvZNdhu3f0Ev5EYkK4jeLZsd+0C0kfSFw2eyMAr+Ylwga5habxsAAP1kOUNEGIp4hMK\/q\/VGPYv1d+XX6WLPQzBh5JoT92hH6QiQCCpx11DlojDh5GeIDH07PnOnCeV2io3gq7iAxh3mhWgdMRRioNqMoyFAKQP2LxFRG96VNNKdbgKqnXxZHCg7rMs8QZrqmSTWn\/xIKjjXASj+6LaCr\/FCJDHx+1d4uAi2aYOuu3oJCCcj\/K+xlntU7EHT+pEekH8zZB7FXfOz3XW4YQmQe2pc6U8RerUa3ndS+GPFFY+A4CghaToxVRrUz3u0w8EMwIDAQAB",
"commands": {
"toggle-page-metrics": {
"suggested_key": {
"windows": "Alt+A",
"linux": "Alt+A",
"mac": "MacCtrl+Command+A",
"default": "Alt+A"
},
"description": "Toggle Metrics bar"
},
"_execute_action": {
"suggested_key": {
"windows": "Alt+S",
"linux": "Alt+S",
"mac": "MacCtrl+Command+S",
"default": "Alt+S"
}
}
},
"web_accessible_resources": [
{
"resources": [
"images\/countries\/*.svg",
"images\/check.svg"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}