Stop AutoPlay
This extension is meant to stop all playing videos
Qu'est-ce que Stop AutoPlay ?
Stop AutoPlay est une extension Chrome développée par roastario, et sa fonction principale est "This extension is meant to stop all playing videos".
Télécharger le fichier CRX de l'extension Stop AutoPlay
Téléchargez les fichiers d'extension Stop AutoPlay 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
Informations de Base sur l'Extension
Nom | ![]() |
ID | ablmlhnccodemhiobfclbpicbpljldji |
URL Officiel | https://chrome.google.com/webstore/detail/stop-autoplay/ablmlhnccodemhiobfclbpicbpljldji |
Description | This extension is meant to stop all playing videos |
Taille du Fichier | 6.4 KB |
Nombre d'Installations | 76 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2017-10-30 |
Date de Publication | 2017-10-30 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | roastario |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop AutoPlay", "description": "This extension is meant to stop all playing videos", "version": "0.0.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |