Speedrun.Com Hide Video

Hide the possibly undesired stream on front page of speedrun.com

Speedrun.Com Hide Video là gì?

Speedrun.Com Hide Video là một tiện ích mở rộng Chrome được phát triển bởi btrim (Cr extensions), và tính năng chính của nó là "Hide the possibly undesired stream on front page of speedrun.com".

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

Tải xuống tệp CRX của tiện ích mở rộng Speedrun.Com Hide Video

Tải xuống các tệp mở rộng Speedrun.Com Hide Video 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

                        Speedrun.com recently started featuring a stream on its front-page, and I don't particularly want to see this stream show up when I go to speedrun.com's front-page.

This extension simply removes the element with id 'twitch'                    

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

Tên Speedrun.Com Hide Video Speedrun.Com Hide Video
ID nlcgfkpgonpkpmibhiadejfhillahpbi
URL Chính Thức https://chromewebstore.google.com/detail/speedruncom-hide-video/nlcgfkpgonpkpmibhiadejfhillahpbi
Mô tả Hide the possibly undesired stream on front page of speedrun.com
Kích Thước Tệp 8.46 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2018-12-15
Ngày Phát Hành 2018-12-14
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển btrim (Cr extensions)
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speedrun.Com Hide Video",
    "description": "Hide the possibly undesired stream on front page of speedrun.com",
    "version": "0.0.0.1",
    "permissions": [
        "https:\/\/speedrun.com\/",
        "https:\/\/www.speedrun.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.speedrun.com\/",
                "http:\/\/speedrun.com\/"
            ],
            "js": [
                "srdc_hide_video.js"
            ],
            "run_at": "document_start"
        }
    ]
}