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.

Qu'est-ce que Profile Search for Instagram (Unofficial) ?

Profile Search for Instagram (Unofficial) est une extension Chrome développée par http://jowo.co, et sa fonction principale est "Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Profile Search for Instagram (Unofficial)

Téléchargez les fichiers d'extension Profile Search for Instagram (Unofficial) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Profile Search for Instagram (Unofficial) Profile Search for Instagram (Unofficial)
ID ohbdjjgonipbnlgfleogigljggmoogap
URL Officiel https://chrome.google.com/webstore/detail/profile-search-for-instag/ohbdjjgonipbnlgfleogigljggmoogap
Description Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.
Taille du Fichier 26.26 KB
Nombre d'Installations 501
Version Actuelle 1.5
Dernière Mise à Jour 2022-02-05
Date de Publication 2020-08-17
Évaluation 5.00/5 Total 10 Évaluations
Développeur http://jowo.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jowo.co
URL de la Page d'Aide https://jowo.co/apps/forms/support/index.html
URL de la Page de Politique de Confidentialité https://jowo.co/apps/privacypolicyterms/privacy.html
Langues Prises en Charge 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\/*"
    ]
}