Video Downloader

Popular Video & Image Downloader for Instagram and Facebook.

Τι είναι το Video Downloader;

Το Video Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ShareKaro Team, και η κύρια λειτουργία του είναι "Popular Video & Image Downloader for Instagram and Facebook.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Video Downloader

Λήψη αρχείων επέκτασης Video Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Video Downloader helps you save videos and photos from Instagram and Facebook.

You can download videos and photos from Instagram and Facebook that you love and also be able to view them offline. 
Video Downloader is a:
-- Story Saver: download story from Instagram.
-- Video  downloader for Instagram: save videos from feed or IGTV.
-- Video  downloader for Facebook: save videos from feed or Watch.
-- Insta Reels downloader: download instagram reels video with single click.
-- Photos downloader for Instagram and Facebook:save photos from  feed and porfile.

Here is the quick guide of how to download  videos and photos from Instagram and Facebook:

How to Download videos/ photos/story videos from Instagram and FacebooK
-- Just go to Facebook.com or Instagram.com
-- Find the videos and photos you want to download . 
-- Click to the Video Downloader icon.
-- Press the download button in the for every videos and photos.
-- Start download and save in ShareKaro PC(https://www.sharekaro.app/)

All Features: 
- Save Instagram story and highlight with this Instagram story downloader.
- Save  video and photo from Instagram and Facebook.
- Download video and image from private account.
- Watch offline  videos downloaded anytime, anywhere.
- Small sized.
- Multi-download videos from instagram at the same time.
- View and Save profile picture.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Video Downloader Video Downloader
ID lklklngclgaacbopddjajkcnfelodnna
Επίσημο URL https://chromewebstore.google.com/detail/video-downloader/lklklngclgaacbopddjajkcnfelodnna
Περιγραφή Popular Video & Image Downloader for Instagram and Facebook.
Μέγεθος Αρχείου 258 KB
Αριθμός Εγκαταστάσεων 163,214
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-01-27
Ημερομηνία Δημοσίευσης 2022-01-23
Αξιολόγηση 1.40/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής ShareKaro Team
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.sharekaro.app/?uso=extentions
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Downloader",
    "description": "Popular Video & Image Downloader for Instagram and Facebook.",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "vendor.js",
                "runtime.js",
                "scripts\/fab.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "vendor.js",
                "runtime.js",
                "scripts\/inm.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/icons\/16.png",
            "32": "\/assets\/icons\/32.png",
            "48": "\/assets\/icons\/48.png",
            "128": "\/assets\/icons\/128.png"
        }
    },
    "icons": {
        "16": "\/assets\/icons\/16.png",
        "32": "\/assets\/icons\/32.png",
        "48": "\/assets\/icons\/48.png",
        "128": "\/assets\/icons\/128.png"
    },
    "options_page": "options.html",
    "homepage_url": "https:\/\/www.sharekaro.app?uso=extentions"
}