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