Liberate
Send Soundcloud and YouTube pages directly to OffLiberty
Qu'est-ce que Liberate ?
Liberate est une extension Chrome développée par ericmuller22, et sa fonction principale est "Send Soundcloud and YouTube pages directly to OffLiberty".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Liberate
Téléchargez les fichiers d'extension Liberate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | cochhjhkhbcccaiialbebpmkdlppdmjm |
URL Officiel | https://chromewebstore.google.com/detail/liberate/cochhjhkhbcccaiialbebpmkdlppdmjm |
Description | Send Soundcloud and YouTube pages directly to OffLiberty |
Taille du Fichier | 22.9 KB |
Nombre d'Installations | 229 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2013-08-20 |
Date de Publication | 2013-08-19 |
Évaluation | 4.93/5 Total 14 Évaluations |
Développeur | ericmuller22 |
Type de Paiement | free |
Langues Prises en Charge | 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 } |