SoundCloud ScrollDown

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

SoundCloud ScrollDown क्या है?

SoundCloud ScrollDown ralph.metel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scroll down your SoundCloud stream automatically to a desired post by choosing a date!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SoundCloud ScrollDown एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}