Extendify

Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.

Extendify란 무엇입니까?

Extendify은(는) http://jmperezperez.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Extendify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Extendify Extendify
ID jjajfginmjgdpblfanoimdanifdmcokd
공식 URL https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd
설명 Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
파일 크기 291 KB
설치 횟수 149
현재 버전 0.3.0
최근 업데이트 2018-12-01
출시 날짜 2018-12-01
평점 4.00/5 총 3 개의 평점
개발자 http://jmperezperez.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/JMPerez/extendify
도움말 페이지 URL https://github.com/JMPerez/extendify
지원되는 언어 en,ca,es,it,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Extendify",
    "default_locale": "en",
    "version": "0.3.0",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/search.js",
                "js\/lib.js",
                "js\/providers\/allmusic.js",
                "js\/providers\/amazon.js",
                "js\/providers\/ebay.js",
                "js\/providers\/gmail.js",
                "js\/providers\/google.js",
                "js\/providers\/piratebay.js",
                "js\/providers\/wikipedia.js",
                "js\/providers\/youtube.js",
                "js\/background.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}