Remove intra 42 red button
Remove the help-button on the intranet
Cos'è Remove intra 42 red button?
Remove intra 42 red button è un'estensione di Chrome sviluppata da E2R5, e la sua funzione principale è "Remove the help-button on the intranet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove intra 42 red button
Scarica i file di estensione Remove intra 42 red button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Remove the big ugly red button on the 42 intranet pages
Informazioni di Base sull'Estensione
Nome | |
ID | njmhifmlnfnpemhnfkbmmlemjgbleleh |
URL Ufficiale | https://chromewebstore.google.com/detail/remove-intra-42-red-butto/njmhifmlnfnpemhnfkbmmlemjgbleleh |
Descrizione | Remove the help-button on the intranet |
Dimensione del File | 16.36 KB |
Conteggio Installazioni | 74 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2019-10-04 |
Data di Pubblicazione | 2019-10-04 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | E2R5 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |