App for Instagram™

Use the mobile version of Instagram directly in the browser. Upload/download stories or IGTV, and other functions!

App for Instagram™คืออะไร?

App for Instagram™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย web-igapp.com และคุณลักษณะหลักของมันคือ "Use the mobile version of Instagram directly in the browser. Upload/download stories or IGTV, and other functions!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is a Chrome extension, which tweaks the Desktop Instagram version to look like a mobile app  with support for Chrome IG Story and upload your photos and videos for share with your friends.

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

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. 

Basic features on "App for Instagram":

➖ Direct messages (DM) are fully supported;
➖ Upload your own IGTV videos from the PC;
➖ Convenience layout for your better Instagram experience;
➖ Use Dark Mode directly on Instagram (without installing additional plugins with a dark theme);
➖ New! Take quick screen capture and share with your friends;
➖ Create your own posts and share them with your friends right from your browser;
➖ And also many other functions that you use in the Instagram mobile version.

Instagram is a popular photo-sharing network which allows you to instantly share photo snaps and short video clips of your daily life. 

LEGAL
Instagram™ is a trademark of Instagram Inc., registered in the U.S. and other countries. This is an independent project developed by  web-igapp.com. All Instagram icons, images and copyrights are the property of Instagram Inc.

If you like our product, please tell your friends about it and also we will glad see your comments, ratings for app. Feel free to ask questions or offer your ideas to improve our extension.                    

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

ชื่อ App for Instagram™ App for Instagram™
ID fhkhmblpnhfedddndenodedcaknclgkd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/app-for-instagram/fhkhmblpnhfedddndenodedcaknclgkd
คำอธิบาย Use the mobile version of Instagram directly in the browser. Upload/download stories or IGTV, and other functions!
ขนาดไฟล์ 208 KB
จำนวนการติดตั้ง 200,000
เวอร์ชันปัจจุบัน 1.2.8
อัปเดตครั้งล่าสุด 2022-08-29
วันที่เผยแพร่ 2020-10-30
คะแนน 4.64/5 รวมทั้งหมด 2186 คะแนน
ผู้พัฒนา web-igapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://web-igapp.com/privacy-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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/libs\/jquery.js",
            "bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png",
            "32": "icons\/icon32.png",
            "64": "icons\/icon64.png"
        },
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/chrome.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/transform.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/popup.css",
                "css\/dialogBox.css",
                "css\/theme-night.css"
            ],
            "js": [
                "js\/libs\/jquery.js",
                "js\/content.js",
                "js\/dialogBox.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/linkListener.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "Web IG",
    "version": "1.2.8",
    "web_accessible_resources": [
        "img\/*",
        "css\/*"
    ]
}