Prevify — Spotify Artwork Previewer

Preview your track artwork and title on Spotify home page.

什麼是Prevify — Spotify Artwork Previewer?

Prevify — Spotify Artwork Previewer是由lunath開發的Chrome擴展程式,該擴展的主要功能是“Preview your track artwork and title on Spotify home page.”。

擴展截圖

screenshot
screenshot
screenshot

下載Prevify — Spotify Artwork Previewer擴展crx文件

下載Prevify — Spotify Artwork Previewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Preview your track artwork and title on Spotify home page.

Producers and labels want to preview their new upcoming track on amongst the other one on the Spotify homepage to see if their artwork is good or bad. They often screenshot the homepage, go in Photoshop and make the job themselves. This extension just requires you to upload your artwork, type your artist name, type the track title and you're done!

Features:
- Placing your artwork randomly on the Spotify homepage
- Dark mode
- Doesn't require you to login or give any credentials
- Remembering your last submission

This extension was originally created by Benjamin Code to preview YouTube video thumbnails. It has been developed by him during a live stream on Twitch and designed by BastiUI. This Spotify version has been developed by lunath.
This is an open source extension so you can go on the repository of the extension and contribute or ask for new features. Lot of different contributors developed good features for the project.

http://twitter.com/lunath__
http://twitter.com/benjamincode
http://twitter.com/bastiui                    

擴展基本資訊

名稱 Prevify — Spotify Artwork Previewer Prevify — Spotify Artwork Previewer
ID eggfldmgpfjpgdmnpgmfoaodlcbghmjk
官方網址 https://chromewebstore.google.com/detail/prevify-%E2%80%94-spotify-artwork/eggfldmgpfjpgdmnpgmfoaodlcbghmjk
簡介 Preview your track artwork and title on Spotify home page.
檔案大小 59.13 KB
安裝次數 207
目前版本 0.4
更新時間 2021-11-16
上架時間 2021-08-10
評分 5.00/5 共 2 次評分
開發者 lunath
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/nath3d/spotify-artwork-tester-chrome-extension
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prevify \u2014 Spotify Artwork Previewer",
    "description": "Preview your track artwork and title on Spotify home page.",
    "version": "0.4",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup-wrapper.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "web_accessible_resources": [
        "popup.html"
    ],
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}