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": "Bing Map Scrapper Tool",
"version": "1.0.6",
"description": "Bing Map Scrapper Tool is Scrape the business lead informations from Bing Map search pages",
"permissions": [
"tabs",
"downloads",
"notifications",
"storage"
],
"host_permissions": [
"https:\/\/www.scrappertool.com\/api\/*"
],
"action": {
"default_icon": {
"16": "images\/default_icon_16.png",
"24": "images\/default_icon_24.png",
"32": "images\/default_icon_32.png",
"48": "images\/default_icon_48.png",
"128": "images\/default_icon_128.png"
},
"default_title": "Bing Map Scrapper Tool"
},
"icons": {
"16": "images\/default_icon_16.png",
"24": "images\/default_icon_24.png",
"32": "images\/default_icon_32.png",
"48": "images\/default_icon_48.png",
"128": "images\/default_icon_128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.bing.com\/maps?*"
],
"js": [
"libs\/jquery-3.1.1.min.js",
"libs\/toastr.min.js",
"js\/lodash.js",
"js\/content.js"
],
"css": [
"css\/toastr.min.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"css\/*",
"js\/*",
"images\/*",
"libs\/*",
"html\/*"
],
"matches": [
"<all_urls>"
]
}
],
"manifest_version": 3
}