Video Downloader by fb2mate

Downloading your Facebook videos has been simplified even more!

Video Downloader by fb2mate란 무엇입니까?

Video Downloader by fb2mate은(는) fb2mate inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloading your Facebook videos has been simplified even more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Video Downloader by fb2mate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Downloading your Facebook videos has been simplified even more! Now, with our FB2Mate Google Chrome extension, you can download your favorite clips and streams faster and safer. 

Don’t take our word for it. Download the Firefox extension now to try it out for yourself. You’d be amazed at the instant results and satisfaction. 

Here, we are going in depth with the most convenient of resources available. All of the aforementioned perks are combined and packaged into the Chrome and Firefox extensions. 

With the extension available on the Google Chrome store, you’ll be able to download your videos straight off Facebook. 

Follow these simple steps below and you’re on the way to watching the greatest videos anytime, anywhere.                    

확장 프로그램 기본 정보

이름 Video Downloader by fb2mate Video Downloader by fb2mate
ID pnojeninehdnfmohegjhhodmekfflfjf
공식 URL https://chrome.google.com/webstore/detail/video-downloader-by-fb2ma/pnojeninehdnfmohegjhhodmekfflfjf
설명 Downloading your Facebook videos has been simplified even more!
파일 크기 52.57 KB
설치 횟수 1,000
현재 버전 1.3
최근 업데이트 2019-04-12
출시 날짜 2019-04-12
평점 3.50/5 총 4 개의 평점
개발자 fb2mate inc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fb2mate.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Downloader by fb2mate",
    "description": "Downloading your Facebook videos has been simplified even more!",
    "version": "1.3",
    "icons": {
        "48": "icons\/logo.png",
        "128": "icons\/logo-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "https:\/\/fb2mate.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/button_download.png"
    ]
}