soundscape

The best way to listen to tunes while browsing through the internet.

soundscape क्या है?

soundscape madhur acharya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best way to listen to tunes while browsing through the internet."।

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

screenshot
screenshot
screenshot

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

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

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

                        Soundscape is a music player that can play music on your web browser in the background.
Now you can check up on your emails, update your social media or just browse through the internet, all while listening to your favourite songs.

Click on the logo to initiate the file selector and select the songs you want to play.
A playlist will be created with the songs that you choose. to access the playlist, click on the dropdown arrow button at the player.
And that's it your all set.

Oh and one last thing, make sure you refresh the player when you are not using it. this will clear up your RAM. 
To refresh just click on the little cross button on the right side.                    

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

नाम soundscape soundscape
ID jiehhlimfkjahackdmbcnnajpmeihlmn
आधिकारिक URL https://chrome.google.com/webstore/detail/soundscape/jiehhlimfkjahackdmbcnnajpmeihlmn
विवरण The best way to listen to tunes while browsing through the internet.
फ़ाइल का आकार 133 KB
स्थापना संख्या 20
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-05-04
प्रकाशन तिथि 2018-05-04
डेवलपर madhur acharya
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "soundscape",
    "description": "The best way to listen to tunes while browsing through the internet.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    }
}