WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Earth 3D

Earth 3D

View on Chrome Web Store
View Earth 3D Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Instantly view stunning 3D satellite imagery of any location on Earth, directly from your browser's search bar.
Type
Extension
Users
10,000 users
1K
Earth 3D
View author page of Earth 3D
Published
Published on July 12, 2025
Version 1.0
Manifest version
3
Updated
Updated on July 12, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View Earth 3D Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "manifest_version": 3,
    "short_name": "Earth 3D",
    "name": "Earth 3D",
    "description": "Instantly view stunning 3D satellite imagery of any location on Earth, directly from your browser's search bar.",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "*.json"
            ]
        }
    ],
    "icons": {
        "128": "public\/image\/earth-icon.png"
    },
    "action": {
        "default_popup": "earth-popup.html"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "omnibox": {
        "keyword": "search"
    },
    "host_permissions": [
        "*:\/\/earth3d.net\/*"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Online",
            "keyword": "Earth3D",
            "search_url": "https:\/\/earth3d.net\/admin\/public\/link?q={searchTerms}",
            "suggest_url": "https:\/\/earth3d.net\/admin\/public\/autosuggest?searchTerm={searchTerms}",
            "favicon_url": "https:\/\/earth3d.net\/admin\/public\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top