Spotify Enhancer Ninja

It enhances Spotify, removes all ads and it removes the upgrade button.

Spotify Enhancer Ninjaคืออะไร?

Spotify Enhancer Ninja เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EduNinja และคุณลักษณะหลักของมันคือ "It enhances Spotify, removes all ads and it removes the upgrade button."

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

screenshot

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

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

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

                        This extension removes ads and the upgrade button from Spotify Web.
You will feel the difference!

**THIS IS FOR THE SPOTIFY WEB PLAYER***                    

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

ชื่อ Spotify Enhancer Ninja Spotify Enhancer Ninja
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\/*"
            ]
        }
    ]
}