SoundCloud ScrollDown
Scroll down your SoundCloud stream automatically to a desired post by choosing a date!
Was ist SoundCloud ScrollDown?
SoundCloud ScrollDown ist eine Chrome-Erweiterung, die von ralph.metel entwickelt wurde, und ihr Hauptmerkmal ist "Scroll down your SoundCloud stream automatically to a desired post by choosing a date!".
Erweiterungsscreenshots
SoundCloud ScrollDown-Erweiterungs-CRX-Datei herunterladen
Laden Sie SoundCloud ScrollDown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SoundCloud ScrollDown |
ID | ljcpijkmgbnknjhepfbhekkmnhpnmbfp |
Offizielle URL | https://chromewebstore.google.com/detail/soundcloud-scrolldown/ljcpijkmgbnknjhepfbhekkmnhpnmbfp |
Beschreibung | Scroll down your SoundCloud stream automatically to a desired post by choosing a date! |
Dateigröße | 151 KB |
Installationsanzahl | 156 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2022-11-18 |
Veröffentlichungsdatum | 2019-11-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | ralph.metel |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |