FastSave for Instagram™ (reel, photo, story)

Download Instagram videos, stories, and photos: full-size photos and videos in original and high quality.

FastSave for Instagram™ (reel, photo, story)คืออะไร?

FastSave for Instagram™ (reel, photo, story) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wilosadi และคุณลักษณะหลักของมันคือ "Download Instagram videos, stories, and photos: full-size photos and videos in original and high quality."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FastSave for Instagram™ (reel, photo, story)

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

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

                        When you scroll on Instagram and want to share a photo or video with friends, FastSave & Repost can help.

What it does:
Save IG videos, photos, stories, and reels to your PC.
Share Instagram photos and videos without marks.
Choose between Desktop and Phone view.

How to use it:
First, add the FastSave to your browser. Go to the extension store, find it by name, and click 'Install' or 'Add to Browser'.

Getting photos and videos:
On any Instagram page, you'll now see two new buttons under each post: 'Download' and 'Repost'. To save a photo or video just click 'Download' under it.

Saving IG Stories:
To save an IG story, click on it. There's a 'Download' button at the top right stories. Click this to save the story.

Sharing Instagram content:
To share a photo, video, or story, click 'Repost'. Remember, sharing someone else's Instagram story puts it in yours, and a post goes in your feed. Always respect copyright and ask if you need to share something on Instagram.

Limits on sharing content:
Remember, when sharing Instagram videos and photos, they:
Can't be more than 60 seconds
Can't be bigger than 4GB
Must fit certain sizes 16:9 for wide, 1:1 for square, and 4:5 for tall
Must be at least 600x315 for wide, 600x600 for square, and 600x750 for tall on IG.

These steps should help you use the FastSave right way. Always respect the rights of those who made the content when you download and share.                    

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

ชื่อ FastSave for Instagram™ (reel, photo, story) FastSave for Instagram™ (reel, photo, story)
ID pnlphjjfielecalmmjjdhjjninkbjdod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fastsave-for-instagram-re/pnlphjjfielecalmmjjdhjjninkbjdod
คำอธิบาย Download Instagram videos, stories, and photos: full-size photos and videos in original and high quality.
ขนาดไฟล์ 356 KB
จำนวนการติดตั้ง 1,023,782
เวอร์ชันปัจจุบัน 3.7.1
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2021-11-29
คะแนน 3.91/5 รวมทั้งหมด 197 คะแนน
ผู้พัฒนา wilosadi
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://flydoflex.com/policy.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,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": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.7.1",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "scripts\/bg.js",
            "scripts\/bgInstagram.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/index.js",
                "scripts\/transInstagram.js",
                "scripts\/content.js"
            ],
            "css": [
                "css\/index.css"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icons\/64.png",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
    "web_accessible_resources": [
        "icons\/*"
    ]
}