Liberate

Send Soundcloud and YouTube pages directly to OffLiberty

What is Liberate?

Liberate is a Chrome extension developed by ericmuller22, and its main feature is "Send Soundcloud and YouTube pages directly to OffLiberty".

Extension Screenshots

screenshot

Download Liberate Extension CRX File

Download Liberate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Liberate Liberate
ID cochhjhkhbcccaiialbebpmkdlppdmjm
Official URL https://chromewebstore.google.com/detail/liberate/cochhjhkhbcccaiialbebpmkdlppdmjm
Description Send Soundcloud and YouTube pages directly to OffLiberty
File Size 22.9 KB
Installation Count 229
Current Version 0.2
Last Updated 2013-08-20
Publish Date 2013-08-19
Rating 4.93/5 Total 14 Ratings
Developer ericmuller22
Payment Type free
Supported Languages 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
}