Prevify — Spotify Artwork Previewer

Preview your track artwork and title on Spotify home page.

Τι είναι το Prevify — Spotify Artwork Previewer;

Το Prevify — Spotify Artwork Previewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lunath, και η κύρια λειτουργία του είναι "Preview your track artwork and title on Spotify home page.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Prevify — Spotify Artwork Previewer

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
    }
}