SoundShroud

De-clutter your SoundCloud Stream

SoundShroud क्या है?

SoundShroud 3rc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "De-clutter your SoundCloud Stream"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में SoundShroud एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tired of seeing the same reposts over and over again? Tired of seeing Promoted tracks and accounts?

 SoundShroud gives you the option to clean up the mess when you want, so you have the power to enjoy your Stream again.

Just click the grey icon to show the bar, and let SoundShroud clean up the mess.

There is a very slight delay in removing reposts and tracks, and that's how it's intended to work.

Questions, feedback and everything else:
https://twitter.com/SoundShroud
[email protected]

Creator: https://twitter.com/3rc


Update 1/14/16:
Fixed hiding "Promoted" track at top of Stream                    

एक्सटेंशन की मूल जानकारी

नाम SoundShroud SoundShroud
ID iiobjlckmlifihapcmkjfhjhldhijphf
आधिकारिक URL https://chromewebstore.google.com/detail/soundshroud/iiobjlckmlifihapcmkjfhjhldhijphf
विवरण De-clutter your SoundCloud Stream
फ़ाइल का आकार 64.89 KB
स्थापना संख्या 973
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2016-03-07
प्रकाशन तिथि 2016-03-07
रेटिंग 3.42/5 कुल 72 रेटिंग्स
डेवलपर 3rc
भुगतान के प्रकार free
सहायता पृष्ठ URL https://twitter.com/soundshroud
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SoundShroud",
    "permissions": [
        "storage",
        "https:\/\/script.google.com\/macros\/s\/AKfycbyCUDY1dT3WtEhiqJ0t8k5AzCk2akxMPZkfQmYm2IoFz5-DZ1zv\/exec"
    ],
    "version": "2.0.1",
    "manifest_version": 2,
    "description": "De-clutter your SoundCloud Stream",
    "icons": {
        "128": "images\/soundshroud.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/popup.js",
                "scripts\/jquery.2.1.3-min.js",
                "scripts\/underscore-min.js"
            ],
            "css": [
                "styles\/main.css",
                "styles\/iosbutton.css"
            ],
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "19": "images\/soundshroud.png",
            "38": "images\/soundshroud.png"
        },
        "default_title": "SoundShroud",
        "default_popup": "popup.html",
        "matches": [
            "https:\/\/soundcloud.com\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/soundshroud.png",
        "images\/facebook.png",
        "images\/twitter.png"
    ]
}