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", "manifest_version": 3, "name": "BetterSnap - Make Snapchat Web Better", "description": "Screenshot Freely, Save Media, Bypass Presence Detection and more! Previously known as Better Snapchat.", "version": "1.4.2", "icons": { "32": "logo32.png", "48": "logo48.png", "96": "logo96.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.snapchat.com\/*", "https:\/\/*.snapchat.com\/*" ], "js": [ ".\/build\/script.js" ], "run_at": "document_start", "world": "MAIN" } ], "host_permissions": [ "https:\/\/web.snapchat.com\/*", "https:\/\/*.snapchat.com\/*" ] }