Spotify Enhancer Ninja
It enhances Spotify, removes all ads and it removes the upgrade button.
Spotify Enhancer Ninja क्या है?
Spotify Enhancer Ninja EduNinja द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It enhances Spotify, removes all ads and it removes the upgrade button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spotify Enhancer Ninja एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension removes ads and the upgrade button from Spotify Web. You will feel the difference! **THIS IS FOR THE SPOTIFY WEB PLAYER***
एक्सटेंशन की मूल जानकारी
नाम | |
ID | elkedcabdjogaiaphkmafjpjgiabpgfj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/spotify-enhancer-ninja/elkedcabdjogaiaphkmafjpjgiabpgfj |
विवरण | It enhances Spotify, removes all ads and it removes the upgrade button. |
फ़ाइल का आकार | 322 KB |
स्थापना संख्या | 583 |
वर्तमान संस्करण | 1.1203 |
अंतिम अपडेट | 2021-05-09 |
प्रकाशन तिथि | 2021-02-15 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | EduNinja |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://dsc.gg/ez-dubs |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spotify Enhancer Ninja", "version": "1.1203", "description": "It enhances Spotify, removes all ads and it removes the upgrade button.", "permissions": [ "*:\/\/open.spotify.com\/*", "webRequest", "webRequestBlocking", "activeTab" ], "background": { "scripts": [ "blocker.js" ] }, "icons": { "16": "16-icon.png", "19": "19-icon.png", "38": "38-icon.png", "64": "64-icon.png", "128": "128-icon.png" }, "content_scripts": [ { "css": [ "restyler.css" ], "matches": [ "*:\/\/open.spotify.com\/*" ] } ] } |