Save & Repost for Instagram

Download instagram video, photo, IG story, reels. Easily repost photos and videos from Instagram.

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

Save & Repost for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ant และคุณลักษณะหลักของมันคือ "Download instagram video, photo, IG story, reels. Easily repost photos and videos from Instagram."

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

screenshot
screenshot

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

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

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

                        It is a straightforward extension that adds a download and repost function to Instagram. You can save Reels videos for free and download images from Instagram in high quality and with no limits.

Use Instagram just like you’d typically use it on your smartphone. In addition, you can see photos or video clips and post them on Instagram from your computer.

* Complete List of Features:
- Download Instagram photos in high quality.
- Download Instagram origin videos.
- Story saver from Instagram.
- Two screen size modes - desktop or phone.
- Repost pictures and videos.
- No download limitations.

Please be careful not to download too many images at once because Instagram can block you temporarily because of too many downloads (about five minutes).                    

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

ชื่อ Save & Repost for Instagram Save & Repost for Instagram
ID olmfgbcgfadifpdcompkdbgdifojjdlg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/save-repost-for-instagram/olmfgbcgfadifpdcompkdbgdifojjdlg
คำอธิบาย Download instagram video, photo, IG story, reels. Easily repost photos and videos from Instagram.
ขนาดไฟล์ 368 KB
จำนวนการติดตั้ง 376,167
เวอร์ชันปัจจุบัน 3.5
อัปเดตครั้งล่าสุด 2023-02-23
วันที่เผยแพร่ 2020-06-25
คะแนน 4.51/5 รวมทั้งหมด 1360 คะแนน
ผู้พัฒนา Ant
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://deskfor-ig.com/policy.html
ภาษาที่รองรับ 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
{
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/instaBg.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/64.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/extension.css"
            ],
            "js": [
                "js\/extension.js",
                "js\/transform.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "assets\/128.png",
        "32": "assets\/32.png",
        "64": "assets\/64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "tabs",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.5",
    "web_accessible_resources": [
        "assets\/*"
    ]
}