Playify

Opens Spotify links in other streaming services

¿Qué es Playify?

Playify es una extensión de Chrome desarrollada por https://krmax44.de, y su función principal es "Opens Spotify links in other streaming services".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Playify

Descarga archivos de extensión Playify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        As seen on The Next Web, Android Headlines, Caschys Blog and Mobiflip.

Open Spotify links in other streaming services. Without login, just music. Offers native integration with the Google Play Music Desktop Player.

Don't want to be redirected to Playify? Just add #no-playify to your URL and you're good.

Learn more: https://krmax44.de/playify

=================

New in v3.0: Complete rewrite, transfer more than 100 songs, custom URLs
New in v2.0: New design!
New in v1.0: Transfer Spotify playlists completely to Google Music!

=================

GitHub: https://github.com/krmax44/Playify
Donate: https://krmax44.de/donate                    

Información Básica de la Extensión

Nombre Playify Playify
ID cniimiiflgmmjmcohcgnofcdiifdifef
URL Oficial https://chromewebstore.google.com/detail/playify/cniimiiflgmmjmcohcgnofcdiifdifef
Descripción Opens Spotify links in other streaming services
Tamaño del Archivo 247 KB
Cantidad de Instalaciones 941
Versión Actual 3.1.0
Última Actualización 2019-08-29
Fecha de Publicación 2019-08-29
Calificación 4.43/5 Total de 23 Calificaciones
Desarrollador https://krmax44.de
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://krmax44.de/playify
URL de la Página de Ayuda https://github.com/krmax44/Playify/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Opens Spotify links in other streaming services",
    "version": "3.1.0",
    "manifest_version": 2,
    "name": "Playify",
    "browser_action": {
        "default_icon": "static\/icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.spotify.com\/*",
        "storage",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}