G.Y.I

Grow Your Instagram

ما هو G.Y.I؟

G.Y.I هو إضافة Chrome تم تطويرها بواسطة Quickly، والميزة الرئيسية لها هي "Grow Your Instagram".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة G.Y.I

قم بتنزيل ملفات الامتداد G.Y.I بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Grazie a questo software potrete incrementare le interazioni con il vostro profilo e aumentare il vostro business                    

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

الاسم G.Y.I G.Y.I
ID ajohdmhphbbecapnokhjhpkimklmdeia
عنوان URL الرسمي https://chromewebstore.google.com/detail/gyi/ajohdmhphbbecapnokhjhpkimklmdeia
الوصف Grow Your Instagram
حجم الملف 424 KB
عدد التثبيتات 35
النسخة الحالية 2.4
آخر تحديث 2022-06-30
تاريخ النشر 2021-02-22
تقييم 5.00/5 مجموع تقييمات 3
المطور Quickly
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://quickly.netsons.org/gyi/terms.php
اللغات المدعومة it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "G.Y.I",
    "version": "2.4",
    "manifest_version": 2,
    "description": "Grow Your Instagram",
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "script": [
            "popup\/back.js",
            "jq.js"
        ]
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "jq.js",
                "script.js"
            ]
        }
    ]
}