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.

Co to jest Profile Search for Instagram (Unofficial)?

Profile Search for Instagram (Unofficial) to rozszerzenie Chrome opracowane przez http://jowo.co, a jego główną funkcją jest „Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Profile Search for Instagram (Unofficial)

Pobierz pliki rozszerzeń Profile Search for Instagram (Unofficial) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Profile Search for Instagram (Unofficial) Profile Search for Instagram (Unofficial)
ID ohbdjjgonipbnlgfleogigljggmoogap
Oficjalny URL https://chrome.google.com/webstore/detail/profile-search-for-instag/ohbdjjgonipbnlgfleogigljggmoogap
Opis Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.
Rozmiar pliku 26.26 KB
Liczba instalacji 501
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2022-02-05
Data Publikacji 2020-08-17
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper http://jowo.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://jowo.co
Adres URL Strony Pomocy https://jowo.co/apps/forms/support/index.html
Adres URL Strony Polityki Prywatności https://jowo.co/apps/privacypolicyterms/privacy.html
Obsługiwane Języki 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\/*"
    ]
}