Spotify Ad Auto-Muter
Automatically mute audio ads.
Spotify Ad Auto-Muter là gì?
Spotify Ad Auto-Muter là một tiện ích mở rộng Chrome được phát triển bởi Zion Developers, và tính năng chính của nó là "Automatically mute audio ads.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spotify Ad Auto-Muter
Tải xuống các tệp mở rộng Spotify Ad Auto-Muter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spotify Ad Auto-Muter |
ID | hhlhelmnhcmphakjipgkbcjkfpkdnaag |
URL Chính Thức | https://chromewebstore.google.com/detail/spotify-ad-auto-muter/hhlhelmnhcmphakjipgkbcjkfpkdnaag |
Mô tả | Automatically mute audio ads. |
Kích Thước Tệp | 100 KB |
Số Lần Cài Đặt | 579 |
Phiên Bản Hiện Tại | 0.1.10 |
Cập Nhật Lần Cuối | 2024-01-07 |
Ngày Phát Hành | 2022-10-25 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Zion Developers |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ziondevelopers/spotify-ad-auto-muter |
URL Trang Trợ Giúp | https://github.com/ZionDevelopers/spotify-ad-auto-muter/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |