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. 擴展基本資訊
| 名稱 | |
| ID | jafllddfbmkniiijagaemlaiadakmloo |
| 官方網址 | 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"
]
}
]
} | |