Remove intra 42 red button

Remove the help-button on the intranet

Vad är Remove intra 42 red button?

Remove intra 42 red button är en Chrome-tillägg utvecklad av E2R5, och dess huvudfunktion är "Remove the help-button on the intranet".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Remove intra 42 red button-förlängningens CRX-fil

Ladda ner Remove intra 42 red button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Remove the big ugly red button on the 42 intranet pages                    

Grundläggande Information om Tillägg

Namn Remove intra 42 red button Remove intra 42 red button
ID njmhifmlnfnpemhnfkbmmlemjgbleleh
Officiell webbadress https://chromewebstore.google.com/detail/remove-intra-42-red-butto/njmhifmlnfnpemhnfkbmmlemjgbleleh
Beskrivning Remove the help-button on the intranet
Filstorlek 16.36 KB
Antal Installationer 74
Aktuell Version 2.1.0
Senast Uppdaterad 2019-10-04
Publiceringsdatum 2019-10-04
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare E2R5
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}