Sound Cloud Replay Button

Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud

Sound Cloud Replay Buttonとは何ですか?

Sound Cloud Replay ButtonはEyadFarraによって開発されたChromeの拡張機能で、その主な機能は「Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud」です。

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

screenshot
screenshot

Sound Cloud Replay Button拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud.

Please support us at the following link, We accept donation.
http://goo.gl/62SAMT                    

拡張機能の基本情報

名前 Sound Cloud Replay Button Sound Cloud Replay Button
ID eibjgaihfimmonjpalhfmkjbbhonhmfe
公式URL https://chromewebstore.google.com/detail/sound-cloud-replay-button/eibjgaihfimmonjpalhfmkjbbhonhmfe
説明 Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud
ファイルサイズ 65.12 KB
インストール数 2,187
現在のバージョン 1.0
最終更新日 2014-05-06
公開日 2014-05-06
評価 4.50/5 合計 22 レビュー
開発者 EyadFarra
支払い方法 free
拡張機能のウェブサイト https://facebook.com/eyafa
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sound Cloud Replay Button",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "main.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    }
}