Playback Controller

Control JioSaavn playlist without Navigating to the tab.

Playback Controller क्या है?

Playback Controller Akshay Raj Balachandran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control JioSaavn playlist without Navigating to the tab."।

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

screenshot
screenshot

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

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

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

                        *******************
UPDATE VERSION: 1.8
   This update enables the Controller to work with the newly updated JioSaavn Website!
*******************
JioSaavn Controller for Google Chrome. Control your JioSaavn music player opened in a tab in chrome without actually navigating to the tab itself. 
     
      The main motive behind the development of this extension is to provide the users who use chrome and JioSaavn with a seamless user experience when the need to toggle between the songs of a playlist(in JioSaavn) arises (which is more likely to happen). A Survey says that a typical user opens more than 20 tabs in a single browsing session which makes it difficult to find the tab in which the JioSaavn Music Player is opened every time  when the need to toggle between the song arises. This Extension provides an elegant solution to this problem. Having said that, the user interface of this extension is really simple which enables the users to play\pause or toggle to previous\next track in the selected playlist.There are three self explanatory buttons which are included in the UI to achieve the same. To brief the working of this extension it mainly includes three buttons which are as follows:

                -> Next track 
                -> Play/Pause the current track   
                -> Previous track
                -> Song name and Album name   
                -> Thumbnail of Album 
       
           When more number Of tabs are opened ,it becomes difficult for the user to search for the tab in which the JioSaavn music player is opened and toggle the song, this chrome extension aims in eliminating this problem by providing a UI with which the user can toggle between the songs without actually navigating to the JioSaavn tab itself.

HAPPY LISTENING :)

Disclaimer: This app is not connected with JioSaavn in any way. No user data is collected or stored.                    

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

नाम Playback Controller Playback Controller
ID ebbdpgkgnobjobgliifoggicdmicndad
आधिकारिक URL https://chromewebstore.google.com/detail/playback-controller/ebbdpgkgnobjobgliifoggicdmicndad
विवरण Control JioSaavn playlist without Navigating to the tab.
फ़ाइल का आकार 81.35 KB
स्थापना संख्या 424
वर्तमान संस्करण 1.8
अंतिम अपडेट 2021-12-14
प्रकाशन तिथि 2020-05-28
रेटिंग 4.83/5 कुल 18 रेटिंग्स
डेवलपर Akshay Raj Balachandran
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playback Controller",
    "description": "Control JioSaavn playlist without Navigating to the tab.",
    "short_name": "REMOTE",
    "version": "1.8",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.jiosaavn.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/i-16.png",
            "24": "icons\/i-24.png",
            "32": "icons\/i-32.png",
            "48": "icons\/i-48.png",
            "128": "icons\/i-128.png",
            "256": "icons\/i-256.png"
        },
        "default_title": "PlayList Remote",
        "default_popup": "popup\/addon_view.html"
    },
    "icons": {
        "16": "icons\/i-16.png",
        "24": "icons\/i-24.png",
        "32": "icons\/i-32.png",
        "48": "icons\/i-48.png",
        "128": "icons\/i-128.png",
        "256": "icons\/i-256.png"
    },
    "manifest_version": 2
}