Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Spotless: Spotify Ad Muter", "short_name": "Spotless: Spotify Ad Muter", "description": "Mute Spotify Ads with Spotless- a Spotify Ad Muter extension that mutes all annoying audio ads from the Spotify web player", "version": "1.0.3", "homepage_url": "https:\/\/getspotless.app", "icons": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "author": "Spotless: Spotify Ad Muter", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "muter.js" ], "css": [ "muter.css" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "<all_urls>" ], "all_frames": true, "extension_ids": [ "*" ] } ], "action": { "default_icon": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "default_title": "Spotless: Spotify Ad Muter" }, "permissions": [ "storage", "background" ], "offline_enabled": true }