Web Client for Instagram™ - Sidegram

Run web client for Instagram™ just like your favorite mobile app. Download videos and images, upload your own content, and send DM.

Web Client for Instagram™ - Sidegramคืออะไร?

Web Client for Instagram™ - Sidegram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sidegram และคุณลักษณะหลักของมันคือ "Run web client for Instagram™ just like your favorite mobile app. Download videos and images, upload your own content, and send DM."

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

screenshot
screenshot
screenshot

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

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

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

                        Sidegram | Web Client for Instagram™ is a useful Chrome extension that allows users to experience the popular social media platform. This is 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.

There are several reasons why you might want to use web client for Instagram™:

1. Downloading videos and images: The extension allows you to download videos and images from Instagram directly to your computer. This can be helpful if you need to save content for later or share it on other social media platforms.

2. Uploading content: If you create content, the extension allows you to upload posts directly from your desktop. This can be more convenient than transferring files from your phone to your computer.

3. Sending DMs: With the extension, you can send direct messages to your followers and friends on Instagram.

4. Convenient browsing: By using the Sidegram extension, you can browse Instagram on your desktop just like you would on your mobile device. This can be helpful if you prefer to use a larger screen, or if you're working on something that requires you to switch between multiple tabs.
 
All of these features make Sidegram a must-have tool for anyone who loves Instagram and wants to make the most of it. Not only is it flexible and straightforward to use, but it also works like a mobile app. So, whether you're an influencer, a marketer, or just someone who enjoys browsing Instagram, Sidegram allows you to do more while on a desktop computer.                    

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

ชื่อ Web Client for Instagram™ - Sidegram Web Client for Instagram™ - Sidegram
ID cfegchignldpfnjpodhcklmgleaoanhi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-client-for-instagram/cfegchignldpfnjpodhcklmgleaoanhi
คำอธิบาย Run web client for Instagram™ just like your favorite mobile app. Download videos and images, upload your own content, and send DM.
ขนาดไฟล์ 707 KB
จำนวนการติดตั้ง 287,858
เวอร์ชันปัจจุบัน 2.0.8
อัปเดตครั้งล่าสุด 2024-01-11
วันที่เผยแพร่ 2021-10-20
คะแนน 4.86/5 รวมทั้งหมด 187 คะแนน
ผู้พัฒนา Sidegram
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://webigapp.com/privacy-policy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,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,sr,bg,iw,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",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "2.0.8",
    "background": {
        "service_worker": "background.js"
    },
    "side_panel": {
        "default_path": "content-sidebar.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "instagram-content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "sidePanel",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": "assets\/icons\/128.png"
    },
    "icons": {
        "32": "assets\/icons\/32.png",
        "64": "assets\/icons\/64.png",
        "128": "assets\/icons\/128.png"
    },
    "commands": {
        "open-sidebar": {
            "suggested_key": {
                "default": "Alt+E",
                "linux": "Alt+E",
                "windows": "Alt+E",
                "mac": "Command+E"
            },
            "description": "Open Sidebar"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}