Fextralife Fix

This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.

Fextralife Fix là gì?

Fextralife Fix là một tiện ích mở rộng Chrome được phát triển bởi wacky, và tính năng chính của nó là "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.".

Ả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 Fextralife Fix

Tải xuống các tệp mở rộng Fextralife Fix 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

                        This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.                    

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

Tên Fextralife Fix Fextralife Fix
ID apmlleaenngdncjedemihifpgpeinokb
URL Chính Thức https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb
Mô tả This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Kích Thước Tệp 281 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-09-03
Ngày Phát Hành 2023-09-02
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển wacky
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fextralife Fix",
    "version": "1.0",
    "description": "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fextralife.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    }
}