Fix for SoundCloud

This extension will fix seeking / skipping issues in SoundCloud

Fix for SoundCloudとは何ですか?

Fix for SoundCloudはTimによって開発されたChromeの拡張機能で、その主な機能は「This extension will fix seeking / skipping issues in SoundCloud」です。

拡張機能のスクリーンショット

screenshot

Fix for SoundCloud拡張機能のCRXファイルをダウンロード

Fix for SoundCloud拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Due to a bug in Google Chrome or SoundCloud's audio player, seeking is disabled. Download this extension to fix.                    

拡張機能の基本情報

名前 Fix for SoundCloud Fix for SoundCloud
ID jafllddfbmkniiijagaemlaiadakmloo
公式URL https://chromewebstore.google.com/detail/fix-for-soundcloud/jafllddfbmkniiijagaemlaiadakmloo
説明 This extension will fix seeking / skipping issues in SoundCloud
ファイルサイズ 11.84 KB
インストール数 168
現在のバージョン 13.0
最終更新日 2016-12-03
公開日 2016-12-03
評価 5.00/5 合計 1 レビュー
開発者 Tim
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix for SoundCloud",
    "manifest_version": 2,
    "version": "13.0",
    "description": "This extension will fix seeking \/ skipping issues in SoundCloud",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "SCFix"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "book.css"
            ],
            "js": [
                "bookmarklet.js"
            ]
        }
    ]
}