FastSave & Repost for Instagram

Download Instagram stories, save any IG video and photo. Make repost instagram reels to your feed.

Τι είναι το FastSave & Repost for Instagram;

Το FastSave & Repost for Instagram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον InSave, και η κύρια λειτουργία του είναι "Download Instagram stories, save any IG video and photo. Make repost instagram reels to your feed.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης FastSave & Repost for Instagram

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

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

                        InSave is the ultimate tool designed to simplify and enhance your Instagram experience. With its comprehensive set of features, InSave empowers you to download and repost Instagram content seamlessly, all within a single platform.

Download Feature:
With powerful downloading functionality, you can effortlessly save videos, photos, and stories from Instagram. 

Repost Feature:
Makes reposting Instagram content a breeze, allowing you to share your favorite posts with your audience while giving credit to the original creators.

User-Friendly Interface:
InSave features a user-friendly interface that prioritizes simplicity and ease of use. Seamlessly navigate between the download and repost functionalities, ensuring a smooth experience throughout. Organize your downloaded content, schedule reposts, and manage your Instagram library efficiently, all with InSave's intuitive interface.

Step-by-Step Guide to Using the Extension:

Installation:

1. Begin by installing the extension on your preferred browser. Visit the extension store for your browser and search for the extension by name (e.g., "InSave"). Click on the 'Install' or 'Add to Browser' button to install the extension.

Accessing Instagram:
2. Once the extension is successfully installed, open your browser and navigate to the Instagram website (www.instagram.com). Log into your Instagram account if prompted.

Downloading Photos and Videos:
3. On any Instagram post, you will now notice two additional buttons below it: 'Download' and 'Repost'. To download a photo or video, simply click on the 'Download' button associated with the desired post.

Downloading IG Reels Videos:
4. If you wish to download an IG Reels video, go to the profile's 'Reels' section. Find the Reels video you want to download and click on the 'Download' icon located in the upper right corner of the reel.

Downloading IG Stories:
5. To download an Instagram story, click on the story you want to view. Look for the 'Download' button in the upper right corner of the story and click on it to initiate the download.

Reposting IG Content:
6. If you want to repost a photo, video, or story on Instagram, click on the 'Repost' button associated with the desired post. Keep in mind that reposting someone else's story will add it to your own story, while reposting a post will put it in your feed. Always respect copyright and seek permission when reposting content.

Reposting Limitations:
7. It's important to be aware of the limitations when reposting videos and photos. Ensure that the content you repost adheres to the following criteria:

Duration: Must not exceed 60 seconds.
File Size: Must not be larger than 4GB.
Aspect Ratios: Landscape format should have an aspect ratio of 16:9, square format should be 1:1, and vertical format should be 4:5.
Resolution: Landscape format should have a minimum resolution of 600x315 pixels, square format should be 600x600 pixels, and vertical format should be 600x750 pixels.

By following these step-by-step instructions, you can effectively use the extension to navigate, download, and repost content on Instagram. Remember to respect the rights of content creators and obtain necessary permissions when using their content.                    

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

Όνομα FastSave & Repost for Instagram FastSave & Repost for Instagram
ID olenolhfominlkfmlkolcahemogebpcj
Επίσημο URL https://chromewebstore.google.com/detail/fastsave-repost-for-insta/olenolhfominlkfmlkolcahemogebpcj
Περιγραφή Download Instagram stories, save any IG video and photo. Make repost instagram reels to your feed.
Μέγεθος Αρχείου 350 KB
Αριθμός Εγκαταστάσεων 728,459
Τρέχουσα Έκδοση 4.7.2
Τελευταία Ενημέρωση 2023-12-14
Ημερομηνία Δημοσίευσης 2023-07-03
Αξιολόγηση 4.88/5 Συνολικά 2126 Αξιολογήσεις
Προγραμματιστής InSave
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://downloadigs.com/Privacy_Policy_for_InSave.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "4.7.2",
    "icons": {
        "32": "assets\/32.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "js\/navigator.js",
                "js\/inject.js",
                "js\/instaStory.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "cookies",
        "downloads",
        "tabs",
        "webRequest",
        "system.display",
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "js\/extension.js",
                "js\/transform.js",
                "js\/content.js",
                "js\/navigator.js"
            ],
            "css": [
                "css\/extension.css"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "assets\/64.png",
        "default_popup": "html\/popup.html"
    }
}