Instagram Voice Downloader

Download voice messages from Instagram Web.

Τι είναι το Instagram Voice Downloader;

Το Instagram Voice Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mustafa KÜÇÜK, και η κύρια λειτουργία του είναι "Download voice messages from Instagram Web.".

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

screenshot

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

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

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

                        Download voice messages from Instagram Web.

- Firstly install the plugin. 
- Go to Messages on the Instagram web. 
- Click the one message 
- You will show "Download" button under the voice messages.
- Click the download. 
- (Press CTRL+S or CMD+S) or (Right click and 'Save Audio As..')

Note: If you don't see "Download" button, please refresh the page.

That's it!                    

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

Όνομα Instagram Voice Downloader Instagram Voice Downloader
ID eoaojjnkfeamnflpcalcgigknhiecfnp
Επίσημο URL https://chrome.google.com/webstore/detail/instagram-voice-downloade/eoaojjnkfeamnflpcalcgigknhiecfnp
Περιγραφή Download voice messages from Instagram Web.
Μέγεθος Αρχείου 25.53 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2021-01-08
Ημερομηνία Δημοσίευσης 2020-06-14
Αξιολόγηση 4.46/5 Συνολικά 26 Αξιολογήσεις
Προγραμματιστής Mustafa KÜÇÜK
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://mustafakucuk.net
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Voice Downloader",
    "description": "Download voice messages from Instagram Web.",
    "version": "1.3",
    "manifest_version": 2,
    "browser_action": [],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ]
}