Stop AutoPlay
This extension is meant to stop all playing videos
Wat is Stop AutoPlay?
Stop AutoPlay is een Chrome-extensie ontwikkeld door roastario, en de belangrijkste functie is "This extension is meant to stop all playing videos".
Download het CRX-bestand van de extensie Stop AutoPlay
Download Stop AutoPlay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | ![]() |
ID | ablmlhnccodemhiobfclbpicbpljldji |
Officiële URL | https://chrome.google.com/webstore/detail/stop-autoplay/ablmlhnccodemhiobfclbpicbpljldji |
Beschrijving | This extension is meant to stop all playing videos |
Bestandsgrootte | 6.4 KB |
Aantal Installaties | 76 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2017-10-30 |
Publicatiedatum | 2017-10-30 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | roastario |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |