INSSAVE - App for Instagram

Run desktop version Instagram with all functions just like a mobile app. Download Instagram videos, photos, reels, IG stories.

INSSAVE - App for Instagramคืออะไร?

INSSAVE - App for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Social App. และคุณลักษณะหลักของมันคือ "Run desktop version Instagram with all functions just like a mobile app. Download Instagram videos, photos, reels, IG stories."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย INSSAVE - App for Instagram

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

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

                        This very simple INSSAVE Chrome extension allows you to access to the Instagram mobile website like you can do on your smartphone but on your computer!    
Just click on the extension icon in the toolbar (in the upper right corner of the browser) and get all the functions like in the mobile app.

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 on PC and utilize its full function, just as if they were using it on their phone. 

The iconic layout of mobile IG is in your browser! Simply click the button and get all features like in the mobile app:

- Upload your photos or videos 
- Direct Messages are fully supported
- Open / Download photos and videos in full HD
- Everything you can do normally on your phone on the Instagram mobile website (like, follow, comment, browse, ..)
- Comfortable layout for a better experience

Simple & Efficient INSSAVE for Instagram.

This app requires only the minimal permissions required to work to improve your security.

Note!
Instagram™ is a trademark of Instagram Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to Instagram™ or Instagram Inc.

Rate us! We work hard to provide you with the best experience for Instagram. If you like our INSSAVE extension, please provide us with a 5 star rating! If you have any questions, remarks or suggestions, we’d be happy to hear them! Please refer to our contact details below.                    

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

ชื่อ INSSAVE - App for Instagram INSSAVE - App for Instagram
ID lknpbgnookklokdjomiildnlalffjmma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inssave-app-for-instagram/lknpbgnookklokdjomiildnlalffjmma
คำอธิบาย Run desktop version Instagram with all functions just like a mobile app. Download Instagram videos, photos, reels, IG stories.
ขนาดไฟล์ 138 KB
จำนวนการติดตั้ง 153,185
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2024-01-07
วันที่เผยแพร่ 2021-09-29
คะแนน 4.51/5 รวมทั้งหมด 241 คะแนน
ผู้พัฒนา Social App.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/inssave/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "action": {
        "default_icon": "img\/64.png",
        "default_title": "__MSG_name__"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/ua.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/content.css",
                "css\/shareModal.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/video\/download.js",
                "js\/shareModal.js",
                "js\/video\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "downloads",
        "system.display",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "version": "1.5.0"
}