Spotify Ad Remover
Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
Что такое Spotify Ad Remover?
Spotify Ad Remover - это расширение Chrome, разработанное mem królestwo, и его основная функция - "Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.".
Снимки экрана расширения
Скачать файл CRX расширения Spotify Ad Remover
Скачайте файлы расширений Spotify Ad Remover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
NOT REQUIREMENTS NOW REQUIRED - updated Features: -Updated ads removal method: INSTALL REQUIREMENTS -removes annoying Spotify Sound Ads -(removes 'go premium' button) - may not work -makes your spotify account look like "premium" one -shows when an ad is beeing removed -removed bugs -updated github link -updated manifest v3 Optional install: https://chrome.google.com/webstore/detail/adguard-adblocker/bgnkhhnnamicmpeenaelnjfhikgbkllg?hl=pl
Основная информация о расширении
Название | Spotify Ad Remover |
ID | glpljojimangbbmcgjkjekeaienoagda |
Официальный URL | https://chrome.google.com/webstore/detail/spotify-ad-remover/glpljojimangbbmcgjkjekeaienoagda |
Описание | Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button. |
Размер файла | 89.68 KB |
Количество установок | 11,338 |
Текущая Версия | 1.5.4 |
Последнее Обновление | 2023-06-16 |
Дата публикации | 2021-08-21 |
Рейтинг | 3.83/5 Всего 52 оценок |
Разработчик | mem królestwo |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://kuczis.mysocials.pl/ |
URL страницы помощи | https://kuczis.mysocials.pl/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Spotify Ad Remover", "version": "1.5.4", "description": "Removes audio ads on Spotify\u2122 Web Player. It also disables the 'premium' button.", "host_permissions": [ "https:\/\/open.spotify.com\/*" ], "icons": { "128": "icon\/icon.png" }, "action": { "default_icon": { "128": "icon\/icon.png" }, "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "scripts\/contentScript.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "scripts\/*", "popup\/*" ], "matches": [ "https:\/\/open.spotify.com\/*" ] } ] } |