Clean Street View
Remove the clutter from Google Street view for cleaner screen grabs
What is Clean Street View?
Clean Street View is a Chrome extension developed by developerdickinson, and its main feature is "Remove the clutter from Google Street view for cleaner screen grabs".
Extension Screenshots
Download Clean Street View Extension CRX File
Download Clean 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
Screen grabs of street view are a common sight on many news websites. A crime report or other news story is often accompanied by a Street View Screen shot of the location. The problem is that the user interface can make getting a 'clean' screenshot difficult. Clean Street view is a small extension that removes the user interface elements so you can take better screenshots. It works by overriding the CSS code to 'hide' the elements. The original idea came from a post by UK Journalist and lecturer Karl Hodge. He identified the CSS elements on the page which are used in the plugin. Note: Clean Street view doesn't remove the street names of direction arrows. These are baked into the image.
Extension Basic Information
Name | Clean Street View |
ID | lhkidipggaennjfclhkocofdmbhcomhj |
Official URL | https://chromewebstore.google.com/detail/clean-street-view/lhkidipggaennjfclhkocofdmbhcomhj |
Description | Remove the clutter from Google Street view for cleaner screen grabs |
File Size | 17.84 KB |
Installation Count | 3,395 |
Current Version | 1.0 |
Last Updated | 2019-10-17 |
Publish Date | 2019-10-17 |
Rating | 3.71/5 Total 7 Ratings |
Developer | developerdickinson |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Street View", "description": "Remove the clutter from Google Street view for cleaner screen grabs", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Clean Street View " }, "manifest_version": 2 } |