Spotify Ad Remover
Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button.
Spotify Ad Remover क्या है?
Spotify Ad Remover mem królestwo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes audio ads on Spotify™ Web Player. It also disables the 'premium' button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spotify Ad Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } ] } |