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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}