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
官方網址 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"
            ]
        }
    ]
}