twitch stop autolay

Stopps the autoplay on the twitch frontpage

twitch stop autolay là gì?

twitch stop autolay là một tiện ích mở rộng Chrome được phát triển bởi ApeWithCompiler, và tính năng chính của nó là "Stopps the autoplay on the twitch frontpage".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng twitch stop autolay

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

                        Annoyed getting screamed from the player on the twitch frontpage?
This plugin mutes and stops the player.                    

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

Tên twitch stop autolay twitch stop autolay
ID ellafikcjlakbpanbejcpcgacedleoeo
URL Chính Thức https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo
Mô tả Stopps the autoplay on the twitch frontpage
Kích Thước Tệp 23.75 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 2022-06-27
Ngày Phát Hành 2022-06-27
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển ApeWithCompiler
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "twitch stop autolay",
    "description": "Stopps the autoplay on the twitch frontpage",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.twitch.tv\/\/",
        "https:\/\/www.twitch.tv\/"
    ],
    "background": {
        "service_worker": "service.js"
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}