InSaverify | Web for Instagram™

Fastest way to use Instagram with all functions right from your browser. Upload/download stories or IGTV and more.

InSaverify | Web for Instagram™คืออะไร?

InSaverify | Web for Instagram™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://socwebpig.com และคุณลักษณะหลักของมันคือ "Fastest way to use Instagram with all functions right from your browser. Upload/download stories or IGTV and more."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InSaverify | Web for Instagram™

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

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

                        InSaverify  a simple and powerful tool with many features to make your social user experience even better.

With one click in your browser, you will be taken to the popular social network - Instagram, where you can share photos and videos, view the news feed and chat with friends. 

Private messages (DM) work completely, so it is easier for you to communicate with loved ones.

You will love the user-friendly InSaverify | Web layout for Instagram. Based on many reviews and experiences, the perfect Chrome app has been created with an intuitive design and a beautiful interface, as well as many useful features. 

With this app for Instagram you can now: 

- Upload photos or videos
- Direct Messages (DM) are fully supported for Desktop version Instagram
- 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, ..)

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

IGTV download is also supported. Now you can shoot fresh videos without time limits and share them on Instagram directly from your computer.

Upload photos and videos, browse the news feed just like classic Instagram app for mobile phones, download IG Stories or any post (photo or video) directly on your PC - all this and much more - useful features of the Web for Instagram extension.

Leave feedback and ask questions of interest about our product  Web for Instagram ! We develop new features and always listen to feedback.                    

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

ชื่อ InSaverify | Web for Instagram™ InSaverify | Web for Instagram™
ID fobaamfiblkoobhjpiigemmdegbmpohd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/insaverify-web-for-instag/fobaamfiblkoobhjpiigemmdegbmpohd
คำอธิบาย Fastest way to use Instagram with all functions right from your browser. Upload/download stories or IGTV and more.
ขนาดไฟล์ 160 KB
จำนวนการติดตั้ง 822,624
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2021-09-29
คะแนน 4.56/5 รวมทั้งหมด 742 คะแนน
ผู้พัฒนา https://socwebpig.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://socwebpig.com
URL หน้านโยบายความเป็นส่วนตัว https://socwebpig.com/privacy-policy.html
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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__",
    "short_name": "Web IG",
    "default_locale": "en",
    "version": "1.2.3",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icons\/logo.png",
        "256": "assets\/icons\/logo.png",
        "32": "assets\/icons\/logo.png",
        "64": "assets\/icons\/logo.png"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_icon": {
            "128": "assets\/icons\/logo.png",
            "256": "assets\/icons\/logo.png",
            "32": "assets\/icons\/logo.png",
            "64": "assets\/icons\/logo.png"
        },
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/change.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/popup.css",
                "css\/rateApp.css",
                "css\/theme.css"
            ],
            "js": [
                "libs\/jquery.js",
                "scripts\/content.js",
                "scripts\/rateApp.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "scripts\/listenerLink.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "system.display",
        "storage",
        "downloads",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*",
                "css\/*",
                "scripts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}