Paradify - Youtube to Spotify

The easiest way to get a song from YouTube to Spotify by one-click

Τι είναι το Paradify - Youtube to Spotify;

Το Paradify - Youtube to Spotify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.paradify.com, και η κύρια λειτουργία του είναι "The easiest way to get a song from YouTube to Spotify by one-click".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Paradify - Youtube to Spotify

Λήψη αρχείων επέκτασης Paradify - Youtube to Spotify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Privacy Assurance
Paradify is committed to your privacy. Rest assured, it does NOT collect any information from your Spotify account.

How Paradify Works 
Follow these simple steps after installing the extension:
1- Pin the Paradify icon to your browser toolbar.
2- Open any video on YouTube or YouTube Music.
3- A Spotify icon will appear within the YouTube player. If you don't see it, simply click the pinned Paradify icon in your browser.


Support Me on
- 3Є - Patreon https://patreon.com/volkanakin
- Wishlist https://www.buymeacoffee.com/volkanakin/wishlist
- 3Є - Or "Buy me a coffee" https://www.buymeacoffee.com/volkanakin 

Frequently Asked Questions (FAQ)
Q: Do I have to login? Does Paradify keep my personal information?
A: You need to login in Spotify, NOT IN PARADIFY. Paradify does NOT collect ANY information from your Spotify account.

Q: Does Paradify download music files from YouTube?
A: No, Paradify is not designed for downloading music from YouTube.

Q: Why consider becoming a "Monthly Loyal User" on Patreon if Paradify is free?
A: Your support is voluntary but greatly appreciated. For over 12 years, I have personally borne all operational costs, including Azure Cloud Computing for backend services, annual DNS registration, and ongoing development expenses. Your contribution helps sustain these efforts.

Contact
https://forms.gle/6V5hVCQhGxP6s9No7                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Paradify - Youtube to Spotify Paradify - Youtube to Spotify
ID bocdilfmhiggklhdifohjfghbdncgele
Επίσημο URL https://chromewebstore.google.com/detail/paradify-youtube-to-spoti/bocdilfmhiggklhdifohjfghbdncgele
Περιγραφή The easiest way to get a song from YouTube to Spotify by one-click
Μέγεθος Αρχείου 723 KB
Αριθμός Εγκαταστάσεων 4,020
Τρέχουσα Έκδοση 11.0.1
Τελευταία Ενημέρωση 2024-01-25
Ημερομηνία Δημοσίευσης 2020-07-05
Αξιολόγηση 4.47/5 Συνολικά 36 Αξιολογήσεις
Προγραμματιστής https://www.paradify.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.paradify.com
Διεύθυνση URL της Σελίδας Βοήθειας https://forms.gle/6V5hVCQhGxP6s9No7
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Paradify - Youtube to Spotify",
    "short_name": "Paradify",
    "description": "The easiest way to get a song from YouTube to Spotify by one-click",
    "version": "11.0.1",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.paradify.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "16": "media\/16.png",
        "48": "media\/48.png",
        "128": "media\/128.png"
    },
    "action": {
        "default_title": "Paradify - YouTube To Spotify"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "media\/*"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "resources": [
                "iframeSearchResult.*"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "commands": {
        "add-to-spotify": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Add to Spotify"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.paradify.com\/*"
        ]
    }
}