Chrome IG Story

Chrome extension that lets you view your friend's Instagram Stories in the browser.

Chrome IG Storyคืออะไร?

Chrome IG Story เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kingson และคุณลักษณะหลักของมันคือ "Chrome extension that lets you view your friend's Instagram Stories in the browser."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome IG Story

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

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

                        Smart and Simple Assistant for Instagram(tm)
DELEGATE YOUR LIKING TO EVERLIKER:
* Everliker is a little app that saves time and brings attention to your Instagram account by liking posts on your behalf.
* Anyone and any business can use Everliker to free up time and get more followers and likes on Instagram.                    

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

ชื่อ Chrome IG Story Chrome IG Story
ID cnmhknopedmipekbmmilfjgpefeonmog
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/chrome-ig-story/cnmhknopedmipekbmmilfjgpefeonmog
คำอธิบาย Chrome extension that lets you view your friend's Instagram Stories in the browser.
ขนาดไฟล์ 157 KB
จำนวนการติดตั้ง 70,000
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-04-21
วันที่เผยแพร่ 2020-04-18
คะแนน 1.55/5 รวมทั้งหมด 66 คะแนน
ผู้พัฒนา Kingson
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome IG Story",
    "description": "Chrome extension that lets you view your friend's Instagram Stories in the browser.",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/"
            ],
            "js": [
                "js\/injectStoryTray.js",
                "js\/jquery-3.1.0.min.js",
                "js\/FileSaver.min.js",
                "js\/jszip.min.js",
                "js\/jszip-utils.min.js",
                "js\/jquery.contextMenu.min.js",
                "js\/photoswipe.min.js",
                "js\/photoswipe-ui-default.min.js",
                "js\/moment.min.js"
            ],
            "css": [
                "css\/main.css",
                "css\/jquery.contextMenu.min.css",
                "css\/photoswipe.css",
                "css\/default-skin\/default-skin.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/photoswipe.html",
        "js\/*",
        "css\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    }
}