iGPlus

Enhance your iGPmanager experience

What is iGPlus?

iGPlus is a Chrome extension developed by RoboTo, and its main feature is "Enhance your iGPmanager experience".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download iGPlus Extension CRX File

Download iGPlus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name iGPlus iGPlus
ID onlpmknkfokbdljeekgdjjnfekehfdfh
Official URL https://chromewebstore.google.com/detail/igplus/onlpmknkfokbdljeekgdjjnfekehfdfh
Description Enhance your iGPmanager experience
File Size 4.73 MB
Installation Count 652
Current Version 1.5.24
Last Updated 2024-02-21
Publish Date 2022-09-27
Rating 5.00/5 Total 7 Ratings
Developer RoboTo
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}