G.Y.I

Grow Your Instagram

What is G.Y.I?

G.Y.I is a Chrome extension developed by Quickly, and its main feature is "Grow Your Instagram".

Extension Screenshots

screenshot

Download G.Y.I Extension CRX File

Download G.Y.I extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name G.Y.I G.Y.I
ID ajohdmhphbbecapnokhjhpkimklmdeia
Official URL https://chromewebstore.google.com/detail/gyi/ajohdmhphbbecapnokhjhpkimklmdeia
Description Grow Your Instagram
File Size 424 KB
Installation Count 35
Current Version 2.4
Last Updated 2022-06-30
Publish Date 2021-02-22
Rating 5.00/5 Total 3 Ratings
Developer Quickly
Email [email protected]
Payment Type free
Privacy Policy Page URL https://quickly.netsons.org/gyi/terms.php
Supported Languages 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"
            ]
        }
    ]
}