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
官方網址 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"
    ]
}