FastSave & Repost for Instagram

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

Vad är FastSave & Repost for Instagram?

FastSave & Repost for Instagram är en Chrome-tillägg utvecklad av InSave, och dess huvudfunktion är "Download Instagram stories, save any IG video and photo. Make repost instagram reels to your feed.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner FastSave & Repost for Instagram-förlängningens CRX-fil

Ladda ner FastSave & Repost for Instagram-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn FastSave & Repost for Instagram FastSave & Repost for Instagram
ID olenolhfominlkfmlkolcahemogebpcj
Officiell webbadress https://chromewebstore.google.com/detail/fastsave-repost-for-insta/olenolhfominlkfmlkolcahemogebpcj
Beskrivning Download Instagram stories, save any IG video and photo. Make repost instagram reels to your feed.
Filstorlek 350 KB
Antal Installationer 728,459
Aktuell Version 4.7.2
Senast Uppdaterad 2023-12-14
Publiceringsdatum 2023-07-03
Betyg 4.88/5 Totalt 2126 Betyg
Utvecklare InSave
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://downloadigs.com/Privacy_Policy_for_InSave.html
Stödda Språk 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"
    }
}