Enge - Multiple Instagram accounts Manager

Connect, switch and manage multiple Instagram accounts without a need to log in and log out.

什麼是Enge - Multiple Instagram accounts Manager?

Enge - Multiple Instagram accounts Manager是由http://goenge.com開發的Chrome擴展程式,該擴展的主要功能是“Connect, switch and manage multiple Instagram accounts without a need to log in and log out.”。

擴展截圖

screenshot
screenshot

下載Enge - Multiple Instagram accounts Manager擴展crx文件

下載Enge - Multiple Instagram accounts Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Check your Instagram notifications from multiple Instagram accounts. 
Quickly and easily right from your toolbar.

Features:
* get automatic notifications (every 5 minutes) from all connected Instagram accounts
* easily switch between Instagram accounts by clicking on a notification
* open Instagram website as a designated account and reply to comments, like or follow
* connect unlimited number of Instagram accounts

We do not require your Instagram logins or passwords. See FAQ.

UPDATE 2.0:
* all notifications are grouped by comments, mentions, follows and likes
* all accounts notification are automatically updated in the background every 5 minutes
* badge icon and sidebar shows number of unread notifications
* clicking on the sidebar will mark notifications as read
* new look & feel                    

擴展基本資訊

名稱 Enge - Multiple Instagram accounts Manager Enge - Multiple Instagram accounts Manager
ID fgoalkcoogjnlakikfkelfaoecnoejff
官方網址 https://chrome.google.com/webstore/detail/enge-multiple-instagram-a/fgoalkcoogjnlakikfkelfaoecnoejff
簡介 Connect, switch and manage multiple Instagram accounts without a need to log in and log out.
檔案大小 1.43 MB
安裝次數 342
目前版本 2.0
更新時間 2019-08-22
上架時間 2019-08-22
評分 5.00/5 共 7 次評分
開發者 http://goenge.com
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://goenge.com/faq
隱私政策頁面URL https://goenge.com/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enge - Multiple Instagram accounts Manager",
    "short_name": "Enge for Instagram",
    "author": "goenge.com",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Connect, switch and manage multiple Instagram accounts without a need to log in and log out.",
    "icons": {
        "16": "heart-16.png",
        "48": "heart-48.png",
        "128": "heart-128.png"
    },
    "browser_action": {
        "default_icon": "heart-128.png",
        "default_title": "Enge - Multiple Instagram accounts Manager",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "tabs",
        "idle",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/instagram.com\/*",
        "https:\/\/stats.goenge.com\/*",
        "webNavigation",
        "webRequest",
        "storage",
        "unlimitedStorage",
        "cookies",
        "declarativeContent"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.instagram.com https:\/\/instagram.com https:\/\/stats.goenge.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "minimum_chrome_version": "28",
    "background": {
        "page": "background.html",
        "persistent": true
    }
}