Ad Mute for spotify.com

Automatically mutes advertisements between songs at spotify.com

Ad Mute for spotify.com là gì?

Ad Mute for spotify.com là một tiện ích mở rộng Chrome được phát triển bởi arismelachroinos, và tính năng chính của nó là "Automatically mutes advertisements between songs at spotify.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ad Mute for spotify.com

Tải xuống các tệp mở rộng Ad Mute for spotify.com 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 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ad Mute for spotify.com Ad Mute for spotify.com
ID mjncgoplaadnohdddphicedebkafaphe
URL Chính Thức https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe
Mô tả Automatically mutes advertisements between songs at spotify.com
Kích Thước Tệp 36.73 KB
Số Lần Cài Đặt 249
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2022-03-27
Ngày Phát Hành 2021-10-18
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển arismelachroinos
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}