Disable Autoplay on YouTube
Automatically disable autoplay on YouTube
Qu'est-ce que Disable Autoplay on YouTube ?
Disable Autoplay on YouTube est une extension Chrome développée par Julio Carrió, et sa fonction principale est "Automatically disable autoplay on YouTube".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disable Autoplay on YouTube
Téléchargez les fichiers d'extension Disable Autoplay on YouTube 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
Update: Fix new youtube version. 06/05/2019 The simplest extension found here. Shut off the autoplay option on youtube, that loads a suggested video when the current video ends. This extension doesn't interfere in the functioning of playlists. note: after cleaning the browser history, the default value from youtube will come back, but with this extension you don't need to change again. Works very well! Portuguese translation: Extensão mais simples encontrada aqui. Desliga a opção autoplay do youtube, que carrega um vídeo sugerido quando a reprodução atual termina. Esta extensão não interfere no funcionamento de listas de reprodução. nota: depois de limpar o histórico do browser, o padrão do youtube volta, mas com essa extensão não será necessário mudar novamente. Funciona muito bem!
Informations de Base sur l'Extension
Nom | |
ID | mhnjhaekhlafoabhhpakebdpemkddcjd |
URL Officiel | https://chrome.google.com/webstore/detail/disable-autoplay-on-youtu/mhnjhaekhlafoabhhpakebdpemkddcjd |
Description | Automatically disable autoplay on YouTube |
Taille du Fichier | 10 KB |
Nombre d'Installations | 757 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2019-06-05 |
Date de Publication | 2019-06-05 |
Évaluation | 3.12/5 Total 33 Évaluations |
Développeur | Julio Carrió |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Autoplay on YouTube", "version": "1.5", "description": "Automatically disable autoplay on YouTube", "short_name": "Disable Autoplay", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "index.html" }, "web_accessible_resources": [ "disable_autoplay.js" ], "permissions": [ "tabs", "https:\/\/www.youtube.com\/*" ], "manifest_version": 2 } |