Video Downloader by fb2mate

Downloading your Facebook videos has been simplified even more!

Video Downloader by fb2mateคืออะไร?

Video Downloader by fb2mate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fb2mate inc และคุณลักษณะหลักของมันคือ "Downloading your Facebook videos has been simplified even more!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Downloader by fb2mate

ดาวน์โหลดไฟล์ส่วนขยาย Video Downloader by fb2mate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}