Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Email Address Extractor",
"version": "1.0",
"description": "Extract email addresses from web pages easily",
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "Email-16x16.png",
"48": "Email-48x48.png",
"128": "Email-128x128.png"
}
}
}