Remove intra 42 red button

Remove the help-button on the intranet

Remove intra 42 red button là gì?

Remove intra 42 red button là một tiện ích mở rộng Chrome được phát triển bởi E2R5, và tính năng chính của nó là "Remove the help-button on the intranet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove intra 42 red button

Tải xuống các tệp mở rộng Remove intra 42 red button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Remove the big ugly red button on the 42 intranet pages                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remove intra 42 red button Remove intra 42 red button
ID njmhifmlnfnpemhnfkbmmlemjgbleleh
URL Chính Thức https://chromewebstore.google.com/detail/remove-intra-42-red-butto/njmhifmlnfnpemhnfkbmmlemjgbleleh
Mô tả Remove the help-button on the intranet
Kích Thước Tệp 16.36 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2019-10-04
Ngày Phát Hành 2019-10-04
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển E2R5
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}