G Map Extractor

Google Map Data Extractor tool

What is G Map Extractor?

G Map Extractor is a Chrome extension developed by easy extrax, and its main feature is "Google Map Data Extractor tool".

Extension Screenshots

screenshot

Download G Map Extractor Extension CRX File

Download G Map Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Google map Data Extractor is software that can extract information such as title, phone number, email etc...                    

Extension Basic Information

Name G Map Extractor G Map Extractor
ID kpffmkimdhpchedcaehlhcibdpepcdmj
Official URL https://chrome.google.com/webstore/detail/g-map-extractor/kpffmkimdhpchedcaehlhcibdpepcdmj
Description Google Map Data Extractor tool
File Size 218 KB
Installation Count 183
Current Version 1.6
Last Updated 2022-02-24
Publish Date 2021-02-10
Developer easy extrax
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "G Map Extractor",
    "description": "Google Map Data Extractor tool",
    "version": "1.6",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_popup": "html\/index.html",
        "default_title": "G Map Extractor"
    },
    "options_page": "html\/option.html",
    "background": {
        "scripts": [
            "js\/eventpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "downloads",
        "browsingData",
        "https:\/\/www.google.com\/*",
        "*:\/\/goyral.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "lib\/js\/jquery-min.js",
                "contentscript\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/search?tbm*"
            ],
            "run_at": "document_end"
        }
    ]
}