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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Spotify Ad Remover

قم بتنزيل ملفات الامتداد Spotify Ad Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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/
عنوان صفحة المساعدة 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\/*"
            ]
        }
    ]
}