Yet another autoplay blocker
Pause videos until you click on them.
Cos'è Yet another autoplay blocker?
Yet another autoplay blocker è un'estensione di Chrome sviluppata da omegacentaurisoftware, e la sua funzione principale è "Pause videos until you click on them.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yet another autoplay blocker
Scarica i file di estensione Yet another autoplay blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Block autoplay in videos. No options.
Informazioni di Base sull'Estensione
Nome | Yet another autoplay blocker |
ID | fjekfkbibnnjlkfjaeifgecjfmpmdaad |
URL Ufficiale | https://chromewebstore.google.com/detail/yet-another-autoplay-bloc/fjekfkbibnnjlkfjaeifgecjfmpmdaad |
Descrizione | Pause videos until you click on them. |
Dimensione del File | 6.79 KB |
Conteggio Installazioni | 1,053 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2018-10-01 |
Data di Pubblicazione | 2018-09-30 |
Valutazione | 3.84/5 Totale 25 Valutazioni |
Sviluppatore | omegacentaurisoftware |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/arpruss/blockautoplay |
Lingue Supportate | 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:\/\/*\/*" ] } ] } |