Remove intra 42 red button

Remove the help-button on the intranet

ما هو Remove intra 42 red button؟

Remove intra 42 red button هو إضافة Chrome تم تطويرها بواسطة E2R5، والميزة الرئيسية لها هي "Remove the help-button on the intranet".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Remove intra 42 red button

قم بتنزيل ملفات الامتداد Remove intra 42 red button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Remove the big ugly red button on the 42 intranet pages                    

معلومات أساسية عن التمديد

الاسم Remove intra 42 red button Remove intra 42 red button
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"
    }
}