Panel & Notifier for IW

check your Instagram while you browse, plus, get badge notifications for new posts.

Panel & Notifier for IW क्या है?

Panel & Notifier for IW Lynn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "check your Instagram while you browse, plus, get badge notifications for new posts."।

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

screenshot
screenshot

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

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

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

                        Panel & Notifier for IW is an easy way to browse your Instagram wall from a toolbar popup, plus, get badge notifications for new posts.

Some features:
1. A complete Instagram page right in your browser toolbar.
2. Notifies you every time a new item(s) is posted to your wall.
3. The badge-icon text shows you the number of recent items.
4. You can adjust the badge number based on the new post's time-frame (see options page for more details).
5. Popup width and height are adjustable to your choice (in options page).

Note: Panel & Notifier for IW does NOT belong or relate to the official Instagram application at all. It is an unofficial extension that is developed and maintained independently.

To report Bugs, please visit the add-on's homepage (https://mybrowseraddon.com/instagram-panel.html) and fill the bug report form.                    

एक्सटेंशन की मूल जानकारी

नाम Panel & Notifier for IW Panel & Notifier for IW
ID cncablfhdhfnhdonmpejhfedgojbnmfp
आधिकारिक URL https://chrome.google.com/webstore/detail/panel-notifier-for-iw/cncablfhdhfnhdonmpejhfedgojbnmfp
विवरण check your Instagram while you browse, plus, get badge notifications for new posts.
फ़ाइल का आकार 36.08 KB
स्थापना संख्या 184
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2020-07-05
प्रकाशन तिथि 2020-07-05
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर Lynn
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/instagram-panel.html
सहायता पृष्ठ URL https://mybrowseraddon.com/instagram-panel.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 2,
    "short_name": "instagram-panel",
    "name": "Panel & Notifier for IW",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "https:\/\/mybrowseraddon.com\/instagram-panel.html",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.instagram.com\/*"
    ],
    "description": "check your Instagram while you browse, plus, get badge notifications for new posts.",
    "options_ui": {
        "open_in_tab": true,
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "browser_action": {
        "default_title": "Panel & Notifier for IW",
        "default_popup": "data\/content_script\/panel.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "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"
    }
}