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.

什么是Live Recorder for Instagram aka MasterReco?

Live Recorder for Instagram aka MasterReco是由williaminrecord开发的Chrome扩展程序,该扩展的主要功能是“Extension for Recording and Downloading Instagram Lives. Now you can record and save any Live you want and watch it later anytime.”。

扩展截图

screenshot
screenshot

下载Live Recorder for Instagram aka MasterReco扩展crx文件

下载Live Recorder for Instagram aka MasterReco扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Live Recorder for Instagram aka MasterReco Live Recorder for Instagram aka MasterReco
ID djngbdfelbifdjcoclafcdhpamhmeamj
官方URL https://chromewebstore.google.com/detail/live-recorder-for-instagr/djngbdfelbifdjcoclafcdhpamhmeamj
简介 Extension for Recording and Downloading Instagram Lives. Now you can record and save any Live you want and watch it later anytime.
文件大小 4.38 MB
安装次数 9,019
当前版本 1.1.4
更新时间 2024-01-19
上架时间 2021-05-23
评分 3.75/5 共36次评分
开发者 williaminrecord
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/recforinsta
支持的语言 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"
    ]
}