twitch stop autolay

Stopps the autoplay on the twitch frontpage

什麼是twitch stop autolay?

twitch stop autolay是由ApeWithCompiler開發的Chrome擴展程式,該擴展的主要功能是“Stopps the autoplay on the twitch frontpage”。

擴展截圖

screenshot

下載twitch stop autolay擴展crx文件

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

擴展使用說明

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

擴展基本資訊

名稱 twitch stop autolay twitch stop autolay
ID ellafikcjlakbpanbejcpcgacedleoeo
官方網址 https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo
簡介 Stopps the autoplay on the twitch frontpage
檔案大小 23.75 KB
安裝次數 53
目前版本 1.0
更新時間 2022-06-27
上架時間 2022-06-27
評分 3.75/5 共 4 次評分
開發者 ApeWithCompiler
電子郵箱 [email protected]
付費類型 free
擴展官網 https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay
支援的語言 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"
    }
}