Remove intra 42 red button

Remove the help-button on the intranet

Apa itu Remove intra 42 red button?

Remove intra 42 red button adalah ekstensi Chrome yang dikembangkan oleh E2R5, dan fitur utamanya adalah "Remove the help-button on the intranet".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Remove intra 42 red button

Unduh file ekstensi Remove intra 42 red button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Remove the big ugly red button on the 42 intranet pages                    

Informasi Dasar Ekstensi

Nama Remove intra 42 red button Remove intra 42 red button
ID njmhifmlnfnpemhnfkbmmlemjgbleleh
URL Resmi https://chromewebstore.google.com/detail/remove-intra-42-red-butto/njmhifmlnfnpemhnfkbmmlemjgbleleh
Deskripsi Remove the help-button on the intranet
Ukuran File 16.36 KB
Jumlah Instalasi 74
Versi Saat Ini 2.1.0
Terakhir Diperbarui 2019-10-04
Tanggal Publikasi 2019-10-04
Penilaian 4.50/5 Total 2 Penilaian
Pengembang E2R5
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}