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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to open Spotify links in Deezer nd vice versa."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PlayLibe. Spotify in Deezer & vice versa 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}