SoundCloud ScrollDown

Scroll down your SoundCloud stream automatically to a desired post by choosing a date!

什么是SoundCloud ScrollDown?

SoundCloud ScrollDown是由ralph.metel开发的Chrome扩展程序,该扩展的主要功能是“Scroll down your SoundCloud stream automatically to a desired post by choosing a date!”。

扩展截图

screenshot

下载SoundCloud ScrollDown扩展crx文件

下载SoundCloud ScrollDown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Helps you to find soundcloud posts of people you follow by scrolling up and down automatically!

Changes in Release 1.0.6:
- Fixed position of language drop down, was to close to top border

Changes in Release 1.0.5:
- Fixed SoundCloud URL from "/stream" to "/feed" inside the plugin, which caused plugin not to work

Changes in Release 1.0.4:
- Added version display to the popup

Changes in Release 1.0.3:
 - Fixed bug, that on reopening the plugin didnt recoginze the correct status

Changes in Release 1.0.2:
 - Added feature to run and stop the plugin at any time. Now you can start scrolling, 
   close plugin window, open it again and stop scrolling.                    

扩展基本信息

名称 SoundCloud ScrollDown SoundCloud ScrollDown
ID ljcpijkmgbnknjhepfbhekkmnhpnmbfp
官方URL https://chromewebstore.google.com/detail/soundcloud-scrolldown/ljcpijkmgbnknjhepfbhekkmnhpnmbfp
简介 Scroll down your SoundCloud stream automatically to a desired post by choosing a date!
文件大小 151 KB
安装次数 156
当前版本 1.0.6
更新时间 2022-11-18
上架时间 2019-11-20
评分 5.00/5 共1次评分
开发者 ralph.metel
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SoundCloud ScrollDown",
    "short_name": "SC ScrollDown",
    "description": "Scroll down your SoundCloud stream automatically to a desired post by choosing a date!",
    "version": "1.0.6",
    "action": {
        "default_icon": "img\/_cloud.png",
        "default_popup": "popup.html",
        "default_title": "SoundCloud ScrollDown"
    },
    "icons": {
        "48": "img\/_cloud.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/soundcloud.com\/*"
    ]
}