Spotify Ad Blocker

Block all Ads on Spotify, Enjoy Music with No Interruptions

Spotify Ad Blockerคืออะไร?

Spotify Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://spotifyadblocker.com และคุณลักษณะหลักของมันคือ "Block all Ads on Spotify, Enjoy Music with No Interruptions"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotify Ad Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Spotify Ad Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Spotify Ad Blocker is a Free tool that actively removes all audio ads on Spotify and enables you to listen to music ad-free.
 
Overview: -
 
The Spotify Ad Blocker is a necessary tool for all those who love listening to their favorite music or podcast on Spotify with zero interruptions. This is a free extension that automatically blocks all the audio ads on Spotify once installed on the device. 
 
Features: - 

- The Spotify Ad Blocker extension blocks all the ads on Spotify. 
- This is a FREE extension that blocks all the audio ads automatically. 
- Comes with an incredible user experience. 
- Enables you to enjoy ad-free music
 
How to Use the Spotify Ad Blocker: - 

Spotify Ad Blocker is a user-friendly tool that works automatically right after you install it on your device. Therefore, you don't have to do anything. Just install and enable the extension and listen to ad-free music on Spotify! 
 
Disclaimer: -

Spotify is a trademark of Spotify Technology S.A., registered in the U.S. and other countries. This extension is an independent project. The extension and its developer are in no way affiliated.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spotify Ad Blocker Spotify Ad Blocker
ID jgofflaejgklikbnoefbfmhfohlnockd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/spotify-ad-blocker/jgofflaejgklikbnoefbfmhfohlnockd
คำอธิบาย Block all Ads on Spotify, Enjoy Music with No Interruptions
ขนาดไฟล์ 58.7 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.9
อัปเดตครั้งล่าสุด 2022-02-09
วันที่เผยแพร่ 2021-10-12
คะแนน 3.72/5 รวมทั้งหมด 72 คะแนน
ผู้พัฒนา http://spotifyadblocker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.spotifyadblocker.com
URL หน้าช่วยเหลือ https://www.spotifyadblocker.com/support/
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.9",
    "permissions": [
        "webRequest",
        "webRequestBlocking"
    ],
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "16": "img\/16.png"
    },
    "browser_action": {
        "default_icon": "img\/128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/backgroundScript.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js",
                "scripts\/checkStoped.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "scripts\/*"
    ]
}