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": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "1.0.0",
"default_locale": "en",
"icons": {
"128": "assets\/logo.png"
},
"homepage_url": "https:\/\/gmplus.io\/google-maps-extractor",
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "assets\/logo.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.bing.com\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage",
"webRequest"
],
"host_permissions": [
"*:\/\/*.bing.com\/maps\/*",
"https:\/\/*.leads-extractor.com\/",
"*:\/\/*.gmplus.io\/*"
],
"web_accessible_resources": [
{
"resources": [
"fonts\/*",
"icons\/*",
"assets\/*",
"js\/*",
"css\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}