Ad Mute for spotify.com
Automatically mutes advertisements between songs at spotify.com
Ad Mute for spotify.comとは何ですか?
Ad Mute for spotify.comはarismelachroinosによって開発されたChromeの拡張機能で、その主な機能は「Automatically mutes advertisements between songs at spotify.com」です。
拡張機能のスクリーンショット
Ad Mute for spotify.com拡張機能のCRXファイルをダウンロード
Ad Mute for spotify.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Ad Mute for spotify.com |
ID | mjncgoplaadnohdddphicedebkafaphe |
公式URL | https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe |
説明 | Automatically mutes advertisements between songs at spotify.com |
ファイルサイズ | 36.73 KB |
インストール数 | 249 |
現在のバージョン | 0.2 |
最終更新日 | 2022-03-27 |
公開日 | 2021-10-18 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | arismelachroinos |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783 |
対応言語 | 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" } } |