FastSave & Repost for Instagram

Download or repost stories, videos & photos from Instagram.

FastSave & Repost for Instagramคืออะไร?

FastSave & Repost for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FastSave และคุณลักษณะหลักของมันคือ "Download or repost stories, videos & photos from Instagram."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FastSave & Repost for Instagram

ดาวน์โหลดไฟล์ส่วนขยาย FastSave & Repost for Instagram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Instagram is a popular photo-sharing network which allows you to instantly share photo snaps and short video clips of your daily life. Many users enjoy this app so much that they want to use Instagram on PC and utilize its full function, just as if they were using it on their phone. 

With FastSave for Instagram, you can use IG just like you’d normally use it on your smartphone. You will be able to see photos or video clips and post on IG from your computer. An added bonus is the built-in function to save photos and videos.

Wanna download videos and images from Instagram? It is simple now! FastSave extension - video & photo downloader. With this downloader, you can fast save any photo and video from Instagram. Just one click, FastSave will save your favorite photo and video to your PC or Mac. What’s more, it is 100% free for all user. You really should try this downloader tool.
 
🔸Features: 
✨Two screen size modes - Desktop or Phone: Which should you choose?
✨Image photo save - Download high quality pictures that you like.
✨Video download - Download origin video.
✨Story download - Download Story anonymously.
✨Instant save - After you download, photos and videos will be quick saved to your PC or Mac automatically.

👉How to use:
✨Install FastSave.
✨Choose desktop or mobile mode.
✨Open Instagram and choose photo or video that you want to download.
✨Click to the download button and choose where you want to save the file.
✨Then photo or video you select will be saved automatically.

Source: 
https://github.com/HuiiBuh/InstagramDownloader/blob/master/README.md                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FastSave & Repost for Instagram FastSave & Repost for Instagram
ID fdedigfpeejoaoicpppjcpicekleaedb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fastsave-repost-for-insta/fdedigfpeejoaoicpppjcpicekleaedb
คำอธิบาย Download or repost stories, videos & photos from Instagram.
ขนาดไฟล์ 370 KB
จำนวนการติดตั้ง 300,000
เวอร์ชันปัจจุบัน 2.11
อัปเดตครั้งล่าสุด 2022-08-11
วันที่เผยแพร่ 2020-06-19
คะแนน 3.40/5 รวมทั้งหมด 708 คะแนน
ผู้พัฒนา FastSave
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/fastsaveforig/home
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.11",
    "icons": {
        "32": "assets\/32.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/instaBg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/extension.js",
                "js\/transform.js",
                "js\/content.js"
            ],
            "css": [
                "css\/extension.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "assets\/64.png",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "assets\/*"
    ]
}