twitch stop autolay

Stopps the autoplay on the twitch frontpage

twitch stop autolay क्या है?

twitch stop autolay ApeWithCompiler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stopps the autoplay on the twitch frontpage"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में twitch stop autolay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}