G.Y.I

Grow Your Instagram

什么是G.Y.I?

G.Y.I是由Quickly开发的Chrome扩展程序,该扩展的主要功能是“Grow Your Instagram”。

扩展截图

screenshot

下载G.Y.I扩展crx文件

下载G.Y.I扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
隐私政策页面URL 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"
            ]
        }
    ]
}