Street View Maps

Street View Maps app features quick search to find Street Level Maps. Zoom In & Explore the World.

Street View Maps क्या है?

Street View Maps Earth View 360° द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Street View Maps app features quick search to find Street Level Maps. Zoom In & Explore the World."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Street View Maps एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Street View Maps new tab features Street Level Map Search, Yahoo Web Search, Weather, Custom Shortcuts with Time/Date. 

The Installation of this extension will configure your New Tab Page to Street View Maps. Street View Maps extension is all you need to start browsing with quick access to street maps & web search.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://streetviewmaps.net/pages/privacy.html
EULA: https://streetviewmaps.net/pages/eula.html

Uninstall Instructions: 
https://streetviewmaps.net/pages/uninstall.html                    

एक्सटेंशन की मूल जानकारी

नाम Street View Maps Street View Maps
ID pdogihmkjobaaappfalhoagnppambhda
आधिकारिक URL https://chromewebstore.google.com/detail/street-view-maps/pdogihmkjobaaappfalhoagnppambhda
विवरण Street View Maps app features quick search to find Street Level Maps. Zoom In & Explore the World.
फ़ाइल का आकार 1.04 MB
स्थापना संख्या 51,059
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-12-28
प्रकाशन तिथि 2021-11-18
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर Earth View 360°
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://streetviewmaps.net/pages/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "description": "Street View Maps app features quick search to find Street Level Maps. Zoom In & Explore the World.",
    "manifest_version": 3,
    "short_name": "Street View Maps",
    "name": "Street View Maps",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}