Screenshot for Street View

Effortlessly screenshot Google Street View

What is Screenshot for Street View?

Screenshot for Street View is a Chrome extension developed by https://bilaal.co.uk, and its main feature is "Effortlessly screenshot Google Street View".

Extension Screenshots

screenshot
screenshot
screenshot

Download Screenshot for Street View Extension CRX File

Download Screenshot for Street View 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

                        Take one-click screenshots of Google Street View without the UI.

Capture breathtaking views from Google Street View with ease. Frame your desired location in Street View, and with a click of a button, preserve stunning snapshots of real-world landscapes. Relive your favourite travel memories or plan your next adventure from the comfort of your browser.

The whole process is done offline, on your device. No cloud servers are used and no data ever leaves your device, so your privacy is always protected. Verify for yourself by running the extension whilst offline.

Download "Screenshot for Street View" now and unlock the beauty of the world at your fingertips!

Please note that certain artefacts and icons are baked into the Street View imagery, such as street names, and as such cannot be removed.

Google and Street View are registered trademarks of Google LLC.                    

Extension Basic Information

Name Screenshot for Street View Screenshot for Street View
ID gfigbnegonaobkaeogipogddnegakipa
Official URL https://chromewebstore.google.com/detail/screenshot-for-street-vie/gfigbnegonaobkaeogipogddnegakipa
Description Effortlessly screenshot Google Street View
File Size 49.39 KB
Installation Count 751
Current Version 1.0
Last Updated 2023-08-05
Publish Date 2023-08-02
Rating 5.00/5 Total 1 Ratings
Developer https://bilaal.co.uk
Email [email protected]
Payment Type free
Extension Website https://screenshotforstreetview.bilaal.co.uk
Help Page URL https://form.jotform.com/232116435326348
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot for Street View",
    "description": "Effortlessly screenshot Google Street View",
    "version": "1.0",
    "author": "Bilaal Rashid",
    "homepage_url": "https:\/\/screenshotforstreetview.bilaal.co.uk\/",
    "permissions": [
        "activeTab",
        "scripting",
        "downloads"
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png",
        "1024": "icon-1024.png"
    },
    "action": {
        "default_title": "Screenshot for Street View"
    },
    "manifest_version": 3
}