Twitch: Click to Pause
Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!
Qu'est-ce que Twitch: Click to Pause ?
Twitch: Click to Pause est une extension Chrome développée par heltonricardo, et sa fonction principale est "Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch: Click to Pause
Téléchargez les fichiers d'extension Twitch: Click to Pause 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
"Twitch: Click to Pause" is an extension that allows you to easily pause Twitch videos with a simple click on the video itself. With this extension, you no longer have to worry about missing the pause button when watching your favorite Twitch videos. Just click on the video and it will pause immediately, giving you greater control over your viewing experience. Download the extension now and start enjoying a more intuitive and personalized viewing experience on Twitch!
Informations de Base sur l'Extension
Nom | Twitch: Click to Pause |
ID | adobjpkknimepogllngddjikogghgdhl |
URL Officiel | https://chromewebstore.google.com/detail/twitch-click-to-pause/adobjpkknimepogllngddjikogghgdhl |
Description | Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today! |
Taille du Fichier | 24.14 KB |
Nombre d'Installations | 103 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-05-25 |
Date de Publication | 2023-05-16 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | heltonricardo |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/heltonricardo/twitch-click-to-pause |
URL de la Page d'Aide | https://github.com/heltonricardo/twitch-click-to-pause |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "manifest_version": 3, "author": "Helton Ricardo", "name": "Twitch: Click to Pause", "description": "Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!", "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png", "256": "assets\/img\/icon256.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "script.js" ] } ] } |