twitch stop autolay
Stopps the autoplay on the twitch frontpage
Qu'est-ce que twitch stop autolay ?
twitch stop autolay est une extension Chrome développée par ApeWithCompiler, et sa fonction principale est "Stopps the autoplay on the twitch frontpage".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension twitch stop autolay
Téléchargez les fichiers d'extension twitch stop autolay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Annoyed getting screamed from the player on the twitch frontpage? This plugin mutes and stops the player.
Informations de Base sur l'Extension
Nom | twitch stop autolay |
ID | ellafikcjlakbpanbejcpcgacedleoeo |
URL Officiel | https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo |
Description | Stopps the autoplay on the twitch frontpage |
Taille du Fichier | 23.75 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-06-27 |
Date de Publication | 2022-06-27 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | ApeWithCompiler |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay |
Langues Prises en Charge | 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" } } |