App for IW

An easy-to-use extension for Instagram web!

App for IWคืออะไร?

App for IW เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jorvi และคุณลักษณะหลักของมันคือ "An easy-to-use extension for Instagram web!"

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

screenshot

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

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

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

                        App for IW is the easiest way to open and check your Instagram webpage from your desktop machine (PC, MAC, or Linux). Clicking on the toolbar button renders Instagram in a standalone UI.

App for IW opens in a simple and stand-alone popup window (as opposed to the toolbar-panel or sidebar), and once closed, completely clears-off and won't have any further background activities. Having this behavior, it is considered a very lite addon and does not add any additional burden to your browser. Moreover, you can adjust the window size from the extension's options page.

Important note: App for IW does NOT belong or related to the official Instagram application/website in anyways. It is an unofficial app that is developed and maintained independently. The official Instagram software is only released for smartphones and the web. This unofficial app (browser addon) is a wrapper to the original Instagram web application and tries to make it usable as a browser plug-in.

Note 1: to start working with Instagram, you can read this help page on the Instagram website: https://help.instagram.com/
Note 2: in order to report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/instagram-app.html).                    

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

ชื่อ App for IW App for IW
ID mmjmmaebgpkepeokbpeljabjhbmepodi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/app-for-iw/mmjmmaebgpkepeokbpeljabjhbmepodi
คำอธิบาย An easy-to-use extension for Instagram web!
ขนาดไฟล์ 16.96 KB
จำนวนการติดตั้ง 24,009
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2020-05-02
วันที่เผยแพร่ 2020-05-02
คะแนน 2.80/5 รวมทั้งหมด 617 คะแนน
ผู้พัฒนา Jorvi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/instagram-app.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/instagram-app.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "name": "App for IW",
    "manifest_version": 2,
    "short_name": "app-for-iw",
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "description": "An easy-to-use extension for Instagram web!",
    "homepage_url": "https:\/\/mybrowseraddon.com\/instagram-app.html",
    "options_ui": {
        "open_in_tab": true,
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "browser_action": {
        "default_title": "App for Instagram",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}