Liberate
Send Soundcloud and YouTube pages directly to OffLiberty
Apa itu Liberate?
Liberate adalah ekstensi Chrome yang dikembangkan oleh ericmuller22, dan fitur utamanya adalah "Send Soundcloud and YouTube pages directly to OffLiberty".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Liberate
Unduh file ekstensi Liberate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | cochhjhkhbcccaiialbebpmkdlppdmjm |
URL Resmi | https://chromewebstore.google.com/detail/liberate/cochhjhkhbcccaiialbebpmkdlppdmjm |
Deskripsi | Send Soundcloud and YouTube pages directly to OffLiberty |
Ukuran File | 22.9 KB |
Jumlah Instalasi | 229 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2013-08-20 |
Tanggal Publikasi | 2013-08-19 |
Penilaian | 4.93/5 Total 14 Penilaian |
Pengembang | ericmuller22 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |