Video Downloader by fb2mate

Downloading your Facebook videos has been simplified even more!

Video Downloader by fb2mate क्या है?

Video Downloader by fb2mate fb2mate inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Downloading your Facebook videos has been simplified even more!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Video Downloader by fb2mate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}