Is Satellite Earth Maps safe?

Medium risk

Satellite Earth Maps is medium risk. Installing Satellite Earth Maps makes Chrome apply the manifest's default-search override. Address-bar searches go to bestfreemaps.com/search-earth.php with the text in q. The manifest names the provider "Online" and marks it default.

bestfreemaps.comv1Chrome Web Store
45Risk

AI-generated. Findings may contain errors. Those marked Verified have been manually reviewed.

Publishers can request a review.

Findings

SeverityMEDIUM
ClassUNWANTED
TypeUnexpected
CWECWE-359
SourceAI SANDBOX

Address-bar searches routed to BestFreeMaps

Installing Satellite Earth Maps makes Chrome apply the manifest's default-search override.

Address-bar searches go to bestfreemaps.com/search-earth.php with the text in q.

The manifest names the provider "Online" and marks it default.

01EvidenceCAUSE EFFECT
What actually happens
You did this

You install Satellite Earth Maps and later search from Chrome's address bar.

The extension did this

The extension configures BestFreeMaps as Chrome's default search provider, so those searches are routed to bestfreemaps.com.

Chrome substitutes your search text into the q parameter of the manifest-declared search URL.

02EvidenceNETWORK CAPTURE
Captured request
GEThttps://bestfreemaps.com/search-earth.php?q={searchTerms}
Manifest-declared search endpoint; Chrome issues a GET request with the typed address-bar search replacing {searchTerms}.
03EvidenceFIELD TABLE
Fields in the search request
FieldValueWhy it matters
Your search terms
satellite map of paris (illustrative)The words you type into Chrome's address bar are sent to the search provider before results load.
Search endpoint
https://bestfreemaps.com/search-earth.php?q=satellite%20map%20of%20paris (illustrative)Shows which remote service receives the address-bar search query.
Provider name
OnlineThis is the search provider label Chrome receives from the extension manifest.
04EvidenceCODE COMPARE
The code that does this

Manifest search-provider override

What it actually does
deobfuscated/manifest.json lines 28-37deobfuscated/manifest.json
"chrome_settings_overrides": {
    "search_provider": {
        "name": "Online",
        "keyword": "Eearth Maps Search",
        "favicon_url": "https://bestfreemaps.com/ext.png",
        "search_url": "https://bestfreemaps.com/search-earth.php?q={searchTerms}",
        "encoding": "UTF-8",
        "instant": true,
        "is_default": true
    }
}
05EvidenceTHIRD PARTY LIST
Destination for address-bar searches
  • bestfreemaps.com

    Receives Chrome address-bar search queries through /search-earth.php with the query text in the q parameter.

Updated 17 September 2026gakmegiabfkcldknhpamdcflkofdpljk