Remove intra 42 red button
Remove the help-button on the intranet
What is Remove intra 42 red button?
Remove intra 42 red button is a Chrome extension developed by E2R5, and its main feature is "Remove the help-button on the intranet".
Extension Screenshots
Download Remove intra 42 red button Extension CRX File
Download Remove intra 42 red button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Remove the big ugly red button on the 42 intranet pages
Extension Basic Information
Name | |
ID | njmhifmlnfnpemhnfkbmmlemjgbleleh |
Official URL | https://chromewebstore.google.com/detail/remove-intra-42-red-butto/njmhifmlnfnpemhnfkbmmlemjgbleleh |
Description | Remove the help-button on the intranet |
File Size | 16.36 KB |
Installation Count | 74 |
Current Version | 2.1.0 |
Last Updated | 2019-10-04 |
Publish Date | 2019-10-04 |
Rating | 4.50/5 Total 2 Ratings |
Developer | E2R5 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |