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, "version": "4.0.25", "name": "Hippo Video: Video and Screen Recorder", "description": "Best screen recorder for Chrome. Create, edit, and share your professional looking videos instantly.", "default_locale": "en", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "assets\/img\/hippo\/logo.png", "default_popup": "popup.html" }, "icons": { "16": "assets\/img\/hippo\/logo.png", "22": "assets\/img\/hippo\/logo.png", "32": "assets\/img\/hippo\/logo.png", "48": "assets\/img\/hippo\/logo.png", "128": "assets\/img\/hippo\/logo.png" }, "permissions": [ "tabCapture", "tabs", "activeTab", "storage", "scripting", "identity", "management" ], "optional_permissions": [ "cookies" ], "optional_host_permissions": [ "https:\/\/www.linkedin.com\/" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "contentScript.bundle.js" ], "exclude_matches": [ "*:\/\/*.pipedrive.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "pages\/*" ], "matches": [ "<all_urls>" ] }, { "resources": [ "assets\/*" ], "matches": [ "<all_urls>" ] }, { "resources": [ "components\/*" ], "matches": [ "<all_urls>" ] }, { "resources": [ "common\/*" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.das.io\/*", "https:\/\/*.hippowiz.com\/*", "https:\/\/*.hippovideo.us\/*", "https:\/\/*.hippovideo.ai\/*", "https:\/\/*.hippovideo.online\/*", "https:\/\/*.hippovideo.io\/*" ] }, "oauth2": { "client_id": "975749760800-l1851utorkcoretsnpubljpi7u59kmvk.apps.googleusercontent.com", "scopes": [ "profile", "email" ] } }