Earth 3D Maps

Explore bird’s eye maps of cities and popular attractions. Travel virtual around the Earth with online maps.

What is Earth 3D Maps?

Earth 3D Maps is a Chrome extension developed by https://earth3dmap.com, and its main feature is "Explore bird’s eye maps of cities and popular attractions. Travel virtual around the Earth with online maps.".

Extension Screenshots

screenshot
screenshot

Download Earth 3D Maps Extension CRX File

Download Earth 3D Maps 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

                        On the popup of the extension Earth 3D Maps you will find list of popular attractions. When you click a location on this list, you'll get a bird's-eye interactive maps. 

A bird's-eye view is an elevated view of an object from above, with a perspective as if the viewer were a bird. It looks like a 3D model of a city.

You can zoom in and out, rotate by 90 degree and move around on the maps. 

Use the search box to find a location on Earth.

When you click the "Open larger map" button, the map opens on an external website. 

We have created this extension to plan your next vacation in popular cities and places on Earth.

Earth 3D Maps Chrome extension uses Bing Maps API and Google Maps API.

User Agreement
Use the Chrome extension “Earth 3D Maps” at your own risk. No guarantee or warranty is given. The author shall not be held liable for any damage or loss of data caused by its use. Usage of “Earth 3D Maps” means that you agree to these terms. 
We collect information about your Web Browser, IP, ISP, the time and date of your visit with Google Analytics. This is standard procedure and most of the extension do the same.

Disclaimer
The Chrome extension “Earth 3D Maps” is have no affiliations with the popular website Google Maps. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. This Chrome extension is not owned by, is not licensed by and is not a subsidiary of Google Inc. 
All copyrights belong to their respective owners.

Contact Us
We will be very happy to help. Please send us a message on the support tab.

Uninstall of Earth 3D Maps
To the right of your address bar, look for the extension's icon - a blue Earth circle. Right-click the icon and select Remove from Chrome.                    

Extension Basic Information

Name Earth 3D Maps Earth 3D Maps
ID opmibphegngmljhikklndacjdpkmhocp
Official URL https://chromewebstore.google.com/detail/earth-3d-maps/opmibphegngmljhikklndacjdpkmhocp
Description Explore bird’s eye maps of cities and popular attractions. Travel virtual around the Earth with online maps.
File Size 3.06 MB
Installation Count 206,262
Current Version 5.33
Last Updated 2020-04-22
Publish Date 2020-04-19
Rating 3.91/5 Total 612 Ratings
Developer https://earth3dmap.com
Payment Type free
Extension Website http://earth3dmap.com/chrome-extension/
Help Page URL http://earth3dmap.blogspot.de/p/contact-us.html
Privacy Policy Page URL http://earth3dmap.com/privacy-policy
Supported Languages id,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "short_name": "__MSG_application_shortname__",
    "default_locale": "en",
    "version": "5.33",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.jpg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.bing.com\/ https:\/\/dev.virtualearth.net\/; object-src 'self' "
}