Chrome IG Story

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

什麼是Chrome IG Story?

Chrome IG Story是由Kingson開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension that lets you view your friend's Instagram Stories in the browser.”。

擴展截圖

screenshot

下載Chrome IG Story擴展crx文件

下載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
官方網址 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"
    }
}