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 extension that lets you view your friend's Instagram Stories in the browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome IG Story एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}