WebRip

Record media from any website.

What is WebRip?

WebRip is a Chrome extension developed by zhirzh, and its main feature is "Record media from any website.".

Download WebRip Extension CRX File

Download WebRip 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

                        Record media from any website.                    

Extension Basic Information

Name WebRip WebRip
ID bphaenbmjcpljjeccdkkdieekgnjbana
Official URL https://chrome.google.com/webstore/detail/webrip/bphaenbmjcpljjeccdkkdieekgnjbana
Description Record media from any website.
File Size 230 KB
Installation Count 127
Current Version 3.0.1
Last Updated 2017-12-08
Publish Date 2017-12-08
Rating 5.00/5 Total 1 Ratings
Developer zhirzh
Email [email protected]
Payment Type free
Extension Website https://github.com/zhirzh/webrip
Help Page URL https://zhirzh.github.io/2017/09/02/mediarecorder/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebRip",
    "version": "3.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/bundle.js"
            ]
        }
    ]
}