Live Recorder for Instagram aka MasterReco

Extension for Recording and Downloading Instagram Lives. Now you can record and save any Live you want and watch it later anytime.

What is Live Recorder for Instagram aka MasterReco?

Live Recorder for Instagram aka MasterReco is a Chrome extension developed by williaminrecord, and its main feature is "Extension for Recording and Downloading Instagram Lives. Now you can record and save any Live you want and watch it later anytime.".

Extension Screenshots

screenshot
screenshot

Download Live Recorder for Instagram aka MasterReco Extension CRX File

Download Live Recorder for Instagram aka MasterReco 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

                        MasterReco. Recorder and Downloader for Instagram Live
The only extension for Downloading Instagram Lives. 

🎥 Recorder and Downloader for Instagram Live. With this tool you can record and save any Live from Instagram. Install our new extension and forget about missed or lost Lives.

🔥The only add-on in Chrome Store that really works for downloading Lives from Instagram. Our extension records on-going Live and when it is finished, it save the video file into your PC. That's it. Now you can watch the Live anytime you want or have time for it.

With MasterReco. Recorder and Downloader for Instagram Live you can:
❇️ Record Lives and save them to your hard drive;
❇️ Record two or more Lives in different tabs at the same time;
❇️ Surf anywhere you want or work while your Live or Lives are being recorded;
❇️ Record and Download Live with comments or without them;

🤔 How it works:
You need play Live and start recording by clicking one button (chose with comments or without them). When Live is ended it will be saved automatically and you will be offered to download it. 

The "Record" button appears in extension pop-up only when you are watching the Live. To stop recording you need to go to extension pop-up and click "Stop recording".

Enjoy the Lives whenever you want to!

📝  Please note:
MasterReco. Recorder and Downloader for Instagram Live doesn't belong to Instagram Inc. This is independent project which has no legal binds with official Instagram application or website.                    

Extension Basic Information

Name Live Recorder for Instagram aka MasterReco Live Recorder for Instagram aka MasterReco
ID djngbdfelbifdjcoclafcdhpamhmeamj
Official URL https://chromewebstore.google.com/detail/live-recorder-for-instagr/djngbdfelbifdjcoclafcdhpamhmeamj
Description Extension for Recording and Downloading Instagram Lives. Now you can record and save any Live you want and watch it later anytime.
File Size 4.38 MB
Installation Count 9,019
Current Version 1.1.4
Last Updated 2024-01-19
Publish Date 2021-05-23
Rating 3.75/5 Total 36 Ratings
Developer williaminrecord
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/recforinsta
Supported Languages id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.1.4",
    "icons": {
        "128": "i\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "i\/icon_16.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "tabCapture",
        "storage",
        "offscreen",
        "downloads"
    ]
}