Autoplay No More
Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
Qu'est-ce que Autoplay No More ?
Autoplay No More est une extension Chrome développée par https://www.kiboke-studio.hr, et sa fonction principale est "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Autoplay No More
Téléchargez les fichiers d'extension Autoplay No More 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
Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
Informations de Base sur l'Extension
Nom | Autoplay No More |
ID | obiogedpmdnfaldjdjmnbpmhjjfnghnj |
URL Officiel | https://chromewebstore.google.com/detail/autoplay-no-more/obiogedpmdnfaldjdjmnbpmhjjfnghnj |
Description | Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo. |
Taille du Fichier | 13.88 KB |
Nombre d'Installations | 1,051 |
Version Actuelle | 0.4.2 |
Dernière Mise à Jour | 2023-08-21 |
Date de Publication | 2020-04-16 |
Évaluation | 3.00/5 Total 8 Évaluations |
Développeur | https://www.kiboke-studio.hr |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.kiboke-studio.hr/browser-extensions/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autoplay No More", "description": "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.", "version": "0.4.2", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "author": "Daniel Kladnik", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "data\/youtube.css" ], "js": [ "data\/youtube.js" ] }, { "matches": [ "*:\/\/*.vimeo.com\/*" ], "css": [ "data\/vimeo.css" ], "js": [ "data\/vimeo.js" ] }, { "matches": [ "*:\/\/*.ted.com\/*" ], "js": [ "data\/ted.js" ] }, { "matches": [ "*:\/\/*.bing.com\/videos\/*" ], "js": [ "data\/bing.js" ] } ] } |