Yet another autoplay blocker
Pause videos until you click on them.
Was ist Yet another autoplay blocker?
Yet another autoplay blocker ist eine Chrome-Erweiterung, die von omegacentaurisoftware entwickelt wurde, und ihr Hauptmerkmal ist "Pause videos until you click on them.".
Erweiterungsscreenshots
Yet another autoplay blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Yet another autoplay blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Block autoplay in videos. No options. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fjekfkbibnnjlkfjaeifgecjfmpmdaad |
| Offizielle URL | https://chromewebstore.google.com/detail/yet-another-autoplay-bloc/fjekfkbibnnjlkfjaeifgecjfmpmdaad |
| Beschreibung | Pause videos until you click on them. |
| Dateigröße | 6.79 KB |
| Installationsanzahl | 1,053 |
| Aktuelle Version | 0.0.3 |
| Letztes Update | 2018-10-01 |
| Veröffentlichungsdatum | 2018-09-30 |
| Bewertung | 3.84/5 Insgesamt 25 Bewertungen |
| Entwickler | omegacentaurisoftware |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/arpruss/blockautoplay |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Yet another autoplay blocker",
"version": "0.0.3",
"description": "Pause videos until you click on them.",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"js": [
"inject.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |