Liberate
Send Soundcloud and YouTube pages directly to OffLiberty
Wat is Liberate?
Liberate is een Chrome-extensie ontwikkeld door ericmuller22, en de belangrijkste functie is "Send Soundcloud and YouTube pages directly to OffLiberty".
Extensie Screenshots
Download het CRX-bestand van de extensie Liberate
Download Liberate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cochhjhkhbcccaiialbebpmkdlppdmjm |
Officiële URL | https://chromewebstore.google.com/detail/liberate/cochhjhkhbcccaiialbebpmkdlppdmjm |
Beschrijving | Send Soundcloud and YouTube pages directly to OffLiberty |
Bestandsgrootte | 22.9 KB |
Aantal Installaties | 229 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2013-08-20 |
Publicatiedatum | 2013-08-19 |
Beoordeling | 4.93/5 Totaal 14 Beoordelingen |
Ontwikkelaar | ericmuller22 |
Betalingswijze | free |
Ondersteunde Talen | 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 } |