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": "Build With Elementor",
"description": "Find if this site built with elementor",
"version": "1.0.4",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"128": "icon128.png"
}
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/*\/"
]
}