Soundonly
Soundonly for Youtube
Hvad er Soundonly?
Soundonly er en Chrome-udvidelse udviklet af rails, og dens hovedfunktion er "Soundonly for Youtube".
Udvidelsesskærmbilleder
Download Soundonly-udvidelses-CRX-fil
Download Soundonly-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
※注意 この拡張機能はアルファバージョンです。 サーバーへの過負荷により動作しない場合があります。 その他不具合、告知なしの仕様変更、公開の取りやめ等が起こりうることをご了承ください。 ミュージッククリップをバックグラウンドで再生しながら、仕事や勉強をするときなどに・・・ Youtube動画の音声部分のみを再生します。 音声ファイルへの変換が終わるまでは通常通り動画を再生します。 ALPHA VERSION! You can only listen to the audio of YouTube video. 更新履歴 0.0.1.2 ON/OFFスイッチを追加 2012/08/08
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dpkfjjcmbnldjdchlifkcicbpcgbpbek |
Officiel URL | https://chromewebstore.google.com/detail/soundonly/dpkfjjcmbnldjdchlifkcicbpcgbpbek |
Beskrivelse | Soundonly for Youtube |
Filstørrelse | 43.29 KB |
Antal Installationer | 32 |
Nuværende Version | 0.0.1.2 |
Senest Opdateret | 2012-08-10 |
Udgivelsesdato | 2012-08-09 |
Udvikler | rails |
Betalingsmetode | free |
Understøttede Sprog | ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Soundonly", "version": "0.0.1.2", "description": "Soundonly for Youtube", "page_action": { "default_icon": "icon16.png", "default_title": "Soundonly" }, "permissions": [ "tabs", "http:\/\/soundonly.primalbase.jp\/", "https:\/\/soundonly.primalbase.jp\/", "http:\/\/soundonly.localhost\/" ], "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/watch*", "https:\/\/*.youtube.com\/watch*" ], "js": [ "jquery.min.js", "soundonly.js" ], "css": [ "soundonly.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/ajax-loader.gif", "images\/switch-trigger.png", "images\/switch-base.png" ], "icons": { "48": "icon48.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |