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) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://jowo.co, και η κύρια λειτουργία του είναι "Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Profile Search for Instagram (Unofficial)

Λήψη αρχείων επέκτασης Profile Search for Instagram (Unofficial) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Profile Search for Instagram (Unofficial) Profile Search for Instagram (Unofficial)
ID ohbdjjgonipbnlgfleogigljggmoogap
Επίσημο URL 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\/*"
    ]
}