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 |
公式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 } |