PlayLibe. Spotify in Deezer & vice versa

This extension allows you to open Spotify links in Deezer nd vice versa.

PlayLibe. Spotify in Deezer & vice versa क्या है?

PlayLibe. Spotify in Deezer & vice versa http://playli.be द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to open Spotify links in Deezer nd vice versa."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Open Spotify links in Deezer and vice versa.

PlayLibe is a Chrome Extension that finds all links to Deezer and Spotify on any website. If the link is a track, artist or album, PlayLibe finds the equivalent of that entry in both streaming services. This allows you to open the specific album (or artist or track) with the streaming service of your choice.

Sharing music should be as easy and freely as possible.                    

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

नाम PlayLibe. Spotify in Deezer & vice versa PlayLibe. Spotify in Deezer & vice versa
ID ajklnbifpiieepjhkbephhekkcgfpbfi
आधिकारिक URL https://chrome.google.com/webstore/detail/playlibe-spotify-in-deeze/ajklnbifpiieepjhkbephhekkcgfpbfi
विवरण This extension allows you to open Spotify links in Deezer nd vice versa.
फ़ाइल का आकार 20.85 KB
स्थापना संख्या 514
वर्तमान संस्करण 1.5
अंतिम अपडेट 2018-02-28
प्रकाशन तिथि 2018-02-28
रेटिंग 2.00/5 कुल 4 रेटिंग्स
डेवलपर http://playli.be
भुगतान के प्रकार free
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "PlayLibe",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5",
    "icons": {
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "utils.js",
                "playlibe.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "identity",
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/www.googleapis.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "open.html",
        "open.js",
        "utils.js",
        "pro.html",
        "pro.js",
        "thanks.html",
        "icon_32.png"
    ],
    "oauth2": {
        "client_id": "435965468273-vkm36gtl48mue2s8g8ilesj3c563cuu3.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}