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”。
扩展截图
下载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 |
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" } } |