Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Screenshot for Street View",
"description": "Effortlessly screenshot Google Street View",
"version": "1.1",
"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
}