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\/*" ] } ] } |