Remove intra 42 red button
Remove the help-button on the intranet
Remove intra 42 red button क्या है?
Remove intra 42 red button E2R5 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove the help-button on the intranet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove intra 42 red button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Remove the big ugly red button on the 42 intranet pages
एक्सटेंशन की मूल जानकारी
नाम | |
ID | njmhifmlnfnpemhnfkbmmlemjgbleleh |
आधिकारिक URL | https://chromewebstore.google.com/detail/remove-intra-42-red-butto/njmhifmlnfnpemhnfkbmmlemjgbleleh |
विवरण | Remove the help-button on the intranet |
फ़ाइल का आकार | 16.36 KB |
स्थापना संख्या | 74 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2019-10-04 |
प्रकाशन तिथि | 2019-10-04 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | E2R5 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |