Playify

Opens Spotify links in other streaming services

Playify क्या है?

Playify https://krmax44.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens Spotify links in other streaming services"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Playify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Playify Playify
ID cniimiiflgmmjmcohcgnofcdiifdifef
आधिकारिक URL https://chromewebstore.google.com/detail/playify/cniimiiflgmmjmcohcgnofcdiifdifef
विवरण Opens Spotify links in other streaming services
फ़ाइल का आकार 247 KB
स्थापना संख्या 941
वर्तमान संस्करण 3.1.0
अंतिम अपडेट 2019-08-29
प्रकाशन तिथि 2019-08-29
रेटिंग 4.43/5 कुल 23 रेटिंग्स
डेवलपर https://krmax44.de
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://krmax44.de/playify
सहायता पृष्ठ URL https://github.com/krmax44/Playify/issues
समर्थित भाषाएँ 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'"
}