Liberate

Send Soundcloud and YouTube pages directly to OffLiberty

Co to jest Liberate?

Liberate to rozszerzenie Chrome opracowane przez ericmuller22, a jego główną funkcją jest „Send Soundcloud and YouTube pages directly to OffLiberty”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Liberate

Pobierz pliki rozszerzeń Liberate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Liberate Liberate
ID cochhjhkhbcccaiialbebpmkdlppdmjm
Oficjalny URL https://chromewebstore.google.com/detail/liberate/cochhjhkhbcccaiialbebpmkdlppdmjm
Opis Send Soundcloud and YouTube pages directly to OffLiberty
Rozmiar pliku 22.9 KB
Liczba instalacji 229
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2013-08-20
Data Publikacji 2013-08-19
Ocena 4.93/5 Łącznie 14 Oceny
Deweloper ericmuller22
Typ Płatności free
Obsługiwane Języki 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
}