WQRI Recorder

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

WQRI Recorder क्या है?

WQRI Recorder WQRI 88.3 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This program is built to record audio from audio streams on the WQRI website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WQRI Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम WQRI Recorder WQRI Recorder
ID chpcjpecheclldlaadmlmaclhoflalbd
आधिकारिक URL https://chromewebstore.google.com/detail/wqri-recorder/chpcjpecheclldlaadmlmaclhoflalbd
विवरण This program is built to record audio from audio streams on the WQRI website.
फ़ाइल का आकार 199 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 3.0.1
अंतिम अपडेट 2021-09-24
प्रकाशन तिथि 2019-02-06
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर WQRI 88.3
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://wqri883fm.com
सहायता पृष्ठ URL http://wqri883fm.com/DJ/RecorderFAQ.pdf
समर्थित भाषाएँ 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"
        }
    }
}