Liberate
Send Soundcloud and YouTube pages directly to OffLiberty
ما هو Liberate؟
Liberate هو إضافة Chrome تم تطويرها بواسطة ericmuller22، والميزة الرئيسية لها هي "Send Soundcloud and YouTube pages directly to OffLiberty".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Liberate
قم بتنزيل ملفات الامتداد Liberate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | cochhjhkhbcccaiialbebpmkdlppdmjm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/liberate/cochhjhkhbcccaiialbebpmkdlppdmjm |
الوصف | Send Soundcloud and YouTube pages directly to OffLiberty |
حجم الملف | 22.9 KB |
عدد التثبيتات | 229 |
النسخة الحالية | 0.2 |
آخر تحديث | 2013-08-20 |
تاريخ النشر | 2013-08-19 |
تقييم | 4.93/5 مجموع تقييمات 14 |
المطور | ericmuller22 |
نوع الدفع | free |
اللغات المدعومة | 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 } |