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
Eメール [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"
            ]
        }
    ]
}