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": "BuiltWith Technology Profiler",
"version": "3.6",
"short_name": "BuiltWith",
"description": "Find out what the website you are visiting is built with using this extension.",
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"32": "icon32.png",
"48": "icon.png",
"128": "icon128.png"
},
"permissions": [
"tabs"
],
"host_permissions": [
"https:\/\/builtwith.com\/"
]
}