Liberate
Send Soundcloud and YouTube pages directly to OffLiberty
什麼是Liberate?
Liberate是由ericmuller22開發的Chrome擴展程式,該擴展的主要功能是“Send Soundcloud and YouTube pages directly to OffLiberty”。
擴展截圖
下載Liberate擴展crx文件
下載Liberate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |