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) là gì?

Profile Search for Instagram (Unofficial) là một tiện ích mở rộng Chrome được phát triển bởi http://jowo.co, và tính năng chính của nó là "Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Profile Search for Instagram (Unofficial)

Tải xuống các tệp mở rộng Profile Search for Instagram (Unofficial) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Profile Search for Instagram (Unofficial) Profile Search for Instagram (Unofficial)
ID ohbdjjgonipbnlgfleogigljggmoogap
URL Chính Thức https://chrome.google.com/webstore/detail/profile-search-for-instag/ohbdjjgonipbnlgfleogigljggmoogap
Mô tả Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.
Kích Thước Tệp 26.26 KB
Số Lần Cài Đặt 501
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2022-02-05
Ngày Phát Hành 2020-08-17
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển http://jowo.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jowo.co
URL Trang Trợ Giúp https://jowo.co/apps/forms/support/index.html
URL Trang Chính Sách Bảo Mật https://jowo.co/apps/privacypolicyterms/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}