Liberate

Send Soundcloud and YouTube pages directly to OffLiberty

Liberate란 무엇입니까?

Liberate은(는) ericmuller22에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send Soundcloud and YouTube pages directly to OffLiberty"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        On Soundcloud or YouTube pages, click the icon in the omnibar to send songs and videos directly to OffLiberty.

For the time being, the extension doesn't distinguish between valid pages and ones that likely won't work (for example, the "Stream" home page). For best results, click on the icon on individual song/video pages.                    

확장 프로그램 기본 정보

이름 Liberate Liberate
ID cochhjhkhbcccaiialbebpmkdlppdmjm
공식 URL https://chromewebstore.google.com/detail/liberate/cochhjhkhbcccaiialbebpmkdlppdmjm
설명 Send Soundcloud and YouTube pages directly to OffLiberty
파일 크기 22.9 KB
설치 횟수 229
현재 버전 0.2
최근 업데이트 2013-08-20
출시 날짜 2013-08-19
평점 4.93/5 총 14 개의 평점
개발자 ericmuller22
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Liberate",
    "version": "0.2",
    "description": "Send Soundcloud and YouTube pages directly to OffLiberty",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_title": "Liberate",
        "default_icon": "liberty.png"
    },
    "icons": {
        "128": "liberty_128.png",
        "48": "liberty_48.png",
        "16": "liberty_16.png"
    },
    "manifest_version": 2
}