Spotify Ad Auto-Muter
Automatically mute audio ads.
Cos'è Spotify Ad Auto-Muter?
Spotify Ad Auto-Muter è un'estensione di Chrome sviluppata da Zion Developers, e la sua funzione principale è "Automatically mute audio ads.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spotify Ad Auto-Muter
Scarica i file di estensione Spotify Ad Auto-Muter 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
This is NOT an Ad Blocker, It mute ads.
Support Spotify by disabling AdBlock / uBlock on open.spotify.com and use this extension to automatically mute audio ads.
Feature: Automatically mute audio ads (Changeable on Options).
Feature: Disable / Enable the extension by pressing F2 (Changeable on Options).
More features to be developed soon.
This is not a Spotify official extension.
Open Source: https://github.com/ziondevelopers/spotify-ad-auto-muter
License: https://creativecommons.org/licenses/by-nc-sa/4.0/ Informazioni di Base sull'Estensione
| Nome | |
| ID | hhlhelmnhcmphakjipgkbcjkfpkdnaag |
| URL Ufficiale | https://chromewebstore.google.com/detail/spotify-ad-auto-muter/hhlhelmnhcmphakjipgkbcjkfpkdnaag |
| Descrizione | Automatically mute audio ads. |
| Dimensione del File | 100 KB |
| Conteggio Installazioni | 579 |
| Versione Corrente | 0.1.10 |
| Ultimo Aggiornamento | 2024-01-07 |
| Data di Pubblicazione | 2022-10-25 |
| Valutazione | 3.67/5 Totale 6 Valutazioni |
| Sviluppatore | Zion Developers |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/ziondevelopers/spotify-ad-auto-muter |
| URL della Pagina di Aiuto | https://github.com/ZionDevelopers/spotify-ad-auto-muter/issues |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"all_frames": true,
"exclude_globs": [],
"include_globs": [
"*open.spotify.com*"
],
"css": [],
"js": [
"includes\/jquery-3.7.1.min.js",
"includes\/spotify.js",
"includes\/jquery.hotkeys.js"
],
"matches": [
"*:\/\/open.spotify.com\/*"
],
"run_at": "document_start"
}
],
"description": "Automatically mute audio ads.",
"icons": {
"128": "icons\/icon.png"
},
"manifest_version": 3,
"name": "Spotify Ad Auto-Muter",
"short_name": "Spotify Ad Auto-Muter",
"options_page": "options.html",
"permissions": [
"storage"
],
"version": "0.1.10",
"web_accessible_resources": [
{
"matches": [
"*:\/\/open.spotify.com\/*"
],
"resources": [
"icons\/icon.png",
"includes\/jquery-3.7.1.min.js",
"includes\/spotify.js",
"includes\/jquery-3.7.1.min.map",
"includes\/jquery.hotkeys.js"
]
}
]
} | |