G.Y.I

Grow Your Instagram

Wat is G.Y.I?

G.Y.I is een Chrome-extensie ontwikkeld door Quickly, en de belangrijkste functie is "Grow Your Instagram".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie G.Y.I

Download G.Y.I-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam G.Y.I G.Y.I
ID ajohdmhphbbecapnokhjhpkimklmdeia
Officiële URL https://chromewebstore.google.com/detail/gyi/ajohdmhphbbecapnokhjhpkimklmdeia
Beschrijving Grow Your Instagram
Bestandsgrootte 424 KB
Aantal Installaties 35
Huidige Versie 2.4
Laatst Bijgewerkt 2022-06-30
Publicatiedatum 2021-02-22
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Quickly
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://quickly.netsons.org/gyi/terms.php
Ondersteunde Talen 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"
            ]
        }
    ]
}