Earth 3D Maps

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

Qu'est-ce que Earth 3D Maps ?

Earth 3D Maps est une extension Chrome développée par https://earth3dmap.com, et sa fonction principale est "Explore bird’s eye maps of cities and popular attractions. Travel virtual around the Earth with online maps.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Earth 3D Maps

Téléchargez les fichiers d'extension Earth 3D Maps au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Earth 3D Maps Earth 3D Maps
ID opmibphegngmljhikklndacjdpkmhocp
URL Officiel 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.
Taille du Fichier 3.06 MB
Nombre d'Installations 206,262
Version Actuelle 5.33
Dernière Mise à Jour 2020-04-22
Date de Publication 2020-04-19
Évaluation 3.91/5 Total 612 Évaluations
Développeur https://earth3dmap.com
Type de Paiement free
Site Web de l'Extension http://earth3dmap.com/chrome-extension/
URL de la Page d'Aide http://earth3dmap.blogspot.de/p/contact-us.html
URL de la Page de Politique de Confidentialité http://earth3dmap.com/privacy-policy
Langues Prises en Charge 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' "
}