Remove intra 42 red button
Remove the help-button on the intranet
Co to jest Remove intra 42 red button?
Remove intra 42 red button to rozszerzenie Chrome opracowane przez E2R5, a jego główną funkcją jest „Remove the help-button on the intranet”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Remove intra 42 red button
Pobierz pliki rozszerzeń Remove intra 42 red button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Remove the big ugly red button on the 42 intranet pages
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | njmhifmlnfnpemhnfkbmmlemjgbleleh |
Oficjalny URL | https://chromewebstore.google.com/detail/remove-intra-42-red-butto/njmhifmlnfnpemhnfkbmmlemjgbleleh |
Opis | Remove the help-button on the intranet |
Rozmiar pliku | 16.36 KB |
Liczba instalacji | 74 |
Aktualna Wersja | 2.1.0 |
Ostatnia Aktualizacja | 2019-10-04 |
Data Publikacji | 2019-10-04 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | E2R5 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |