Multi Social Media Downloader

All in one tool, download all HQ photo and videos from Facebook, Instagram & Twitter.

Τι είναι το Multi Social Media Downloader;

Το Multi Social Media Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mutiz, και η κύρια λειτουργία του είναι "All in one tool, download all HQ photo and videos from Facebook, Instagram & Twitter. ".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A chrome extension that supports you download all high quality photos, video; story from Facebook, Twitter and Instagram with just one click. Helping content creator and marketer effectively. 
Main function: 
✔️ Automatically getting picture by album or single one. 
✔️ Download multiple picture at once (bulk downloader).
✔️ Specially with Twitter, you can choose the image quality you want. 
✔️ Latest feature: download story from Facebook. 💯

You can follow the video bellow to learn more how to use: 
We hope this utility is helpful for you ❤️. Regards.                    

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

Όνομα Multi Social Media Downloader Multi Social Media Downloader
ID dfnkojdgkmiihbiijkoajlediofgapil
Επίσημο URL https://chrome.google.com/webstore/detail/multi-social-media-downlo/dfnkojdgkmiihbiijkoajlediofgapil
Περιγραφή All in one tool, download all HQ photo and videos from Facebook, Instagram & Twitter.
Μέγεθος Αρχείου 183 KB
Αριθμός Εγκαταστάσεων 258
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-08-08
Ημερομηνία Δημοσίευσης 2022-07-31
Αξιολόγηση 4.97/5 Συνολικά 68 Αξιολογήσεις
Προγραμματιστής Mutiz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://extension.mutilz.agency/privacy-policies.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Multi Social Media Downloader",
    "version": "1.0.0",
    "description": "All in one tool, download all HQ photo and videos from Facebook, Instagram & Twitter. ",
    "author": "Multiz",
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.instagram.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/cdn.syndication.twimg.com\/*",
        "*:\/\/*\/*"
    ],
    "default_locale": "en",
    "action": {
        "default_title": "Open a Facebook, Instagram, or Twitter post to download its photo and videos",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "service_worker.mjs"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "foreground.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon24.png",
                "icons\/facebook_download24.png",
                "icons\/instagram_download24.png",
                "icons\/twitter_download24.png",
                "icons\/new_tab.png",
                "icons\/spinner.gif"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}