YouTube Video Stop
Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.
Qu'est-ce que YouTube Video Stop ?
YouTube Video Stop est une extension Chrome développée par Dima PM, et sa fonction principale est "Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Video Stop
Téléchargez les fichiers d'extension YouTube Video Stop 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
Extension allows to stop YouTube video. This reduces memory consumption and network utilization.
Informations de Base sur l'Extension
Nom | YouTube Video Stop |
ID | mhmdcmblbgflcidbcdnpkdikjhfmjone |
URL Officiel | https://chromewebstore.google.com/detail/youtube-video-stop/mhmdcmblbgflcidbcdnpkdikjhfmjone |
Description | Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions. |
Taille du Fichier | 6.04 KB |
Nombre d'Installations | 125 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2021-06-22 |
Date de Publication | 2016-11-10 |
Développeur | Dima PM |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dima PM", "page_action": { "default_icon": { "19": "icon.png" } }, "background": { "scripts": [ "optional_permissions.js", "background.js" ], "persistent": true }, "options_ui": { "page": "options.html", "chrome_style": true }, "manifest_version": 2, "name": "YouTube Video Stop", "description": "Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.", "permissions": [ "activeTab", "declarativeContent" ], "optional_permissions": [ "webRequest", "webRequestBlocking", "https:\/\/www.youtube.com\/embed\/*" ], "version": "0.5" } |