Remove intra 42 red button

Remove the help-button on the intranet

O que é Remove intra 42 red button?

Remove intra 42 red button é uma extensão do Chrome desenvolvida por E2R5, e sua principal característica é "Remove the help-button on the intranet".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Remove intra 42 red button

Baixe arquivos de extensão Remove intra 42 red button 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

                        Remove the big ugly red button on the 42 intranet pages                    

Informações Básicas da Extensão

Nome Remove intra 42 red button Remove intra 42 red button
ID njmhifmlnfnpemhnfkbmmlemjgbleleh
URL Oficial https://chromewebstore.google.com/detail/remove-intra-42-red-butto/njmhifmlnfnpemhnfkbmmlemjgbleleh
Descrição Remove the help-button on the intranet
Tamanho do Arquivo 16.36 KB
Contagem de Instalações 74
Versão Atual 2.1.0
Última Atualização 2019-10-04
Data de Publicação 2019-10-04
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor E2R5
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove intra 42 red button",
    "description": "Remove the help-button on the intranet",
    "version": "2.1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.intra.42.fr\/*"
            ],
            "js": [
                "intra.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "link_help.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "help_button.png",
        "default_title": "help-button"
    }
}