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
官方網址 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"
    }
}