Remove intra 42 red button

Remove the help-button on the intranet

什麼是Remove intra 42 red button?

Remove intra 42 red button是由E2R5開發的Chrome擴展程式,該擴展的主要功能是“Remove the help-button on the intranet”。

擴展截圖

screenshot
screenshot

下載Remove intra 42 red button擴展crx文件

下載Remove intra 42 red button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Remove the big ugly red button on the 42 intranet pages                    

擴展基本資訊

名稱 Remove intra 42 red button Remove intra 42 red button
ID njmhifmlnfnpemhnfkbmmlemjgbleleh
官方網址 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"
    }
}