Liberate

Send Soundcloud and YouTube pages directly to OffLiberty

什么是Liberate?

Liberate是由ericmuller22开发的Chrome扩展程序,该扩展的主要功能是“Send Soundcloud and YouTube pages directly to OffLiberty”。

扩展截图

screenshot

下载Liberate扩展crx文件

下载Liberate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}