Remove intra 42 red button

Remove the help-button on the intranet

Wat is Remove intra 42 red button?

Remove intra 42 red button is een Chrome-extensie ontwikkeld door E2R5, en de belangrijkste functie is "Remove the help-button on the intranet".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Remove intra 42 red button

Download Remove intra 42 red button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Remove the big ugly red button on the 42 intranet pages                    

Basisinformatie over de Extensie

Naam Remove intra 42 red button Remove intra 42 red button
ID njmhifmlnfnpemhnfkbmmlemjgbleleh
Officiële URL https://chromewebstore.google.com/detail/remove-intra-42-red-butto/njmhifmlnfnpemhnfkbmmlemjgbleleh
Beschrijving Remove the help-button on the intranet
Bestandsgrootte 16.36 KB
Aantal Installaties 74
Huidige Versie 2.1.0
Laatst Bijgewerkt 2019-10-04
Publicatiedatum 2019-10-04
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar E2R5
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}