Ad Mute for spotify.com
Automatically mutes advertisements between songs at spotify.com
Hvad er Ad Mute for spotify.com?
Ad Mute for spotify.com er en Chrome-udvidelse udviklet af arismelachroinos, og dens hovedfunktion er "Automatically mutes advertisements between songs at spotify.com".
Udvidelsesskærmbilleder
Download Ad Mute for spotify.com-udvidelses-CRX-fil
Download Ad Mute for spotify.com-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension has no UI. It automatically mutes the chrome tab whenever an advertisement is playing, and unmutes it as soon as it is finished. This extension has nothing to do with the Spotify company whatsoever. I put a lot of time and effort making this free extension. If you enjoy it and you wish to support me, you can donate via this link: https://www.paypal.com/donate/?hosted_button_id=BTK97P92ZF29U
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mjncgoplaadnohdddphicedebkafaphe |
Officiel URL | https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe |
Beskrivelse | Automatically mutes advertisements between songs at spotify.com |
Filstørrelse | 36.73 KB |
Antal Installationer | 249 |
Nuværende Version | 0.2 |
Senest Opdateret | 2022-03-27 |
Udgivelsesdato | 2021-10-18 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | arismelachroinos |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783 |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ad Mute for spotify.com", "version": "0.2", "description": "Automatically mutes advertisements between songs at spotify.com", "background": { "service_worker": "background.js" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.spotify.com\/*" ], "js": [ "jquery.js", "content.js" ] } ], "icons": { "128": "icon.png" } } |