WQRI Recorder

This program is built to record audio from audio streams on the WQRI website.

What is WQRI Recorder?

WQRI Recorder is a Chrome extension developed by WQRI 88.3, and its main feature is "This program is built to record audio from audio streams on the WQRI website.".

Extension Screenshots

screenshot

Download WQRI Recorder Extension CRX File

Download WQRI Recorder 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

                        The WQRI Recorder is designed specifically for recording audio from WQRI's website in an effort to create an archive of student curated shows for generations of students to experience in the future. This extension is easily configurable for the user and records high quality sounds straight through your browser!                    

Extension Basic Information

Name WQRI Recorder WQRI Recorder
ID chpcjpecheclldlaadmlmaclhoflalbd
Official URL https://chromewebstore.google.com/detail/wqri-recorder/chpcjpecheclldlaadmlmaclhoflalbd
Description This program is built to record audio from audio streams on the WQRI website.
File Size 199 KB
Installation Count 1,000
Current Version 3.0.1
Last Updated 2021-09-24
Publish Date 2019-02-06
Rating 4.33/5 Total 6 Ratings
Developer WQRI 88.3
Email [email protected]
Payment Type free
Extension Website http://wqri883fm.com
Help Page URL http://wqri883fm.com/DJ/RecorderFAQ.pdf
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WQRI Recorder",
    "description": "This program is built to record audio from audio streams on the WQRI website.",
    "version": "3.0.1",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "WQRI Recorder"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js",
            "worker.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabCapture",
        "downloads",
        "storage"
    ],
    "commands": {
        "start": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+U"
            },
            "description": "Start Recording"
        },
        "stop": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "MacCtrl+Shift+X"
            },
            "description": "Stop Recording"
        }
    }
}