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
Eメール [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\/*"
    ]
}