WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Hippo Video: Video and Screen Recorder

Hippo Video: Video and Screen Recorder

View on Chrome Web Store
View Hippo Video: Video and Screen Recorder Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (1,627 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Best screen recorder for Chrome. Create, edit, and share your professional looking videos instantly.
Type
Extension
Users
90,000 users
10K
Hippo Video
View author page of Hippo Video
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 16, 2017
Version 4.0.25
Manifest version
3
Updated
Updated on May 7, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Hippo Video: Video and Screen Recorder Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top