Soundonly

Soundonly for Youtube

What is Soundonly?

Soundonly is a Chrome extension developed by rails, and its main feature is "Soundonly for Youtube".

Extension Screenshots

screenshot

Download Soundonly Extension CRX File

Download Soundonly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ※注意
この拡張機能はアルファバージョンです。
サーバーへの過負荷により動作しない場合があります。
その他不具合、告知なしの仕様変更、公開の取りやめ等が起こりうることをご了承ください。


ミュージッククリップをバックグラウンドで再生しながら、仕事や勉強をするときなどに・・・

Youtube動画の音声部分のみを再生します。
音声ファイルへの変換が終わるまでは通常通り動画を再生します。

ALPHA VERSION!

You can only listen to the audio of YouTube video.

更新履歴
0.0.1.2 ON/OFFスイッチを追加 2012/08/08                    

Extension Basic Information

Name Soundonly Soundonly
ID dpkfjjcmbnldjdchlifkcicbpcgbpbek
Official URL https://chromewebstore.google.com/detail/soundonly/dpkfjjcmbnldjdchlifkcicbpcgbpbek
Description Soundonly for Youtube
File Size 43.29 KB
Installation Count 32
Current Version 0.0.1.2
Last Updated 2012-08-10
Publish Date 2012-08-09
Developer rails
Payment Type free
Supported Languages 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
}