iGPlus

Enhance your iGPmanager experience

什麼是iGPlus?

iGPlus是由RoboTo開發的Chrome擴展程式,該擴展的主要功能是“Enhance your iGPmanager experience”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載iGPlus擴展crx文件

下載iGPlus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension enhances your IGP Manager experience by providing useful information and shortcuts at your fingertips.

NOTE: iGPlus is developed independently and is not officially endorsed by or affiliated with igpmanager.com.                    

擴展基本資訊

名稱 iGPlus iGPlus
ID onlpmknkfokbdljeekgdjjnfekehfdfh
官方網址 https://chromewebstore.google.com/detail/igplus/onlpmknkfokbdljeekgdjjnfekehfdfh
簡介 Enhance your iGPmanager experience
檔案大小 4.73 MB
安裝次數 652
目前版本 1.5.24
更新時間 2024-02-21
上架時間 2022-09-27
評分 5.00/5 共 7 次評分
開發者 RoboTo
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "iGPlus",
    "version": "1.5.24",
    "description": "Enhance your iGPmanager experience",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnUe8HeNjRMPeZa7maP\/SFuVuN9d8Zi\/76LVeI5lv5ycUwvz6vATphN42paO61NNzxcuGKWFhq59yIwS145zbUTEuErt4g6shq10rn62pkagkmQc3JnVz\/ZiB95N81ljsuyXwI5HUtYkeHdMdduhYnQNE0ZPF24+ybcEDfDASnfMOqgxnajKNEAk4DKp33yX5Qb0xPfOd8p40cm1esMMwtIlO3GAf4QCRFirXqPqvgjkMLFwnFivIKAHywTKLnn9+ELhLXvDIoi4ZmdWgRhyqaFoDJtkef\/YWbk4XIt30efdSejzViviLcfK6O+I1\/+zIhEFpYthj5GqAhuwxdelROQIDAQAB",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "action": {
        "default_icons": {
            "128": "images\/Icon128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/igpmanager.com\/*"
    ],
    "icons": {
        "128": "images\/Icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/igpmanager.com\/*"
            ],
            "resources": [
                "*.png",
                "*.PNG",
                "*.svg",
                "*.css",
                "*.js"
            ]
        }
    ]
}