Profile Search for Instagram (Unofficial)

Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.

什麼是Profile Search for Instagram (Unofficial)?

Profile Search for Instagram (Unofficial)是由http://jowo.co開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.”。

擴展截圖

screenshot
screenshot
screenshot

下載Profile Search for Instagram (Unofficial)擴展crx文件

下載Profile Search for Instagram (Unofficial)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Profile Search for Instagram (Unofficial) Profile Search for Instagram (Unofficial)
ID ohbdjjgonipbnlgfleogigljggmoogap
官方網址 https://chrome.google.com/webstore/detail/profile-search-for-instag/ohbdjjgonipbnlgfleogigljggmoogap
簡介 Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.
檔案大小 26.26 KB
安裝次數 501
目前版本 1.5
更新時間 2022-02-05
上架時間 2020-08-17
評分 5.00/5 共 10 次評分
開發者 http://jowo.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://jowo.co
說明頁面URL https://jowo.co/apps/forms/support/index.html
隱私政策頁面URL https://jowo.co/apps/privacypolicyterms/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Profile Search for Instagram (Unofficial)",
    "description": "Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.",
    "version": "1.5",
    "icons": {
        "128": "images\/icons\/icon128.png",
        "48": "images\/icons\/icon48.png",
        "16": "images\/icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon16.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "content.js",
        "content.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/*.instagram.com\/*"
    ]
}