Ad Mute for spotify.com
Automatically mutes advertisements between songs at spotify.com
Vad är Ad Mute for spotify.com?
Ad Mute for spotify.com är en Chrome-tillägg utvecklad av arismelachroinos, och dess huvudfunktion är "Automatically mutes advertisements between songs at spotify.com".
Tilläggsskärmbilder
Ladda ner Ad Mute for spotify.com-förlängningens CRX-fil
Ladda ner Ad Mute for spotify.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Ad Mute for spotify.com |
ID | mjncgoplaadnohdddphicedebkafaphe |
Officiell webbadress | https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe |
Beskrivning | Automatically mutes advertisements between songs at spotify.com |
Filstorlek | 36.73 KB |
Antal Installationer | 249 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2022-03-27 |
Publiceringsdatum | 2021-10-18 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | arismelachroinos |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783 |
Stödda Språk | 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" } } |