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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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
عنوان صفحة المساعدة https://jowo.co/apps/forms/support/index.html
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}