iGPlus

Enhance your iGPmanager experience

O que é iGPlus?

iGPlus é uma extensão do Chrome desenvolvida por RoboTo, e sua principal característica é "Enhance your iGPmanager experience".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão iGPlus

Baixe arquivos de extensão iGPlus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome iGPlus iGPlus
ID onlpmknkfokbdljeekgdjjnfekehfdfh
URL Oficial https://chromewebstore.google.com/detail/igplus/onlpmknkfokbdljeekgdjjnfekehfdfh
Descrição Enhance your iGPmanager experience
Tamanho do Arquivo 4.73 MB
Contagem de Instalações 652
Versão Atual 1.5.24
Última Atualização 2024-02-21
Data de Publicação 2022-09-27
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor RoboTo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}