Remove intra 42 red button

Remove the help-button on the intranet

Qu'est-ce que Remove intra 42 red button ?

Remove intra 42 red button est une extension Chrome développée par E2R5, et sa fonction principale est "Remove the help-button on the intranet".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Remove intra 42 red button

Téléchargez les fichiers d'extension Remove intra 42 red button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Remove the big ugly red button on the 42 intranet pages                    

Informations de Base sur l'Extension

Nom Remove intra 42 red button Remove intra 42 red button
ID njmhifmlnfnpemhnfkbmmlemjgbleleh
URL Officiel https://chromewebstore.google.com/detail/remove-intra-42-red-butto/njmhifmlnfnpemhnfkbmmlemjgbleleh
Description Remove the help-button on the intranet
Taille du Fichier 16.36 KB
Nombre d'Installations 74
Version Actuelle 2.1.0
Dernière Mise à Jour 2019-10-04
Date de Publication 2019-10-04
Évaluation 4.50/5 Total 2 Évaluations
Développeur E2R5
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}