App for SMP

An easy-to-use and lite App for Spotify Music Player

App for SMP क्या है?

App for SMP Jorvi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy-to-use and lite App for Spotify Music Player"।

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

screenshot
screenshot

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

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

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

                        App for SMP (Spotify Music Player) is the easiest way to play music in Spotify from your desktop machine (PC, MAC or Linux). Clicking on the toolbar button, renders Spotify Music Player in a standalone UI. Moreover, the window is re-sizable to your desired choice and all the changes are auto saved to the memory. Note, to start playing music, you need to create an account in Spotify website.

App for SMP is considered a very lite Addon and does not add any additional burden to your browser. Moreover, the popup has a built-in "Always-On-Top" feature which makes the window remain always on top of other windows, and enables you to do multi-tasking.

Important Note: App for SMP does NOT belong or related to the official Spotify website or application in any ways. It is an unofficial app that is developed and maintained independently. The official Spotify software is only released for smart phones and the web. This unofficial app (browser addon) is a wrapper to the original Spotify application and tries to make it usable as a browser plug-in.

When you open the popup, you will see a toolbar with 6 buttons at the top. Toolbar buttons are described in the screenshot below (2nd picture). Note, after few seconds the toolbar will disappear by itself. But when you move the mouse to the top area, it will appear again.

Note: when you first run this addon, Spotify may ask you to install, upgrade, or activate browser's Flash plugin. This is because Spotify music player, is built based on Flash technology. After upgrading Flash plugin, music player should work without any issues.

Note: in order to report bugs, please fill the bug report form in the addon's Homepage.                    

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

नाम App for SMP App for SMP
ID gfacfdojbffehkhinogeheapldnoojdm
आधिकारिक URL https://chromewebstore.google.com/detail/app-for-smp/gfacfdojbffehkhinogeheapldnoojdm
विवरण An easy-to-use and lite App for Spotify Music Player
फ़ाइल का आकार 38.48 KB
स्थापना संख्या 14,345
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2019-09-28
प्रकाशन तिथि 2019-09-28
रेटिंग 4.09/5 कुल 66 रेटिंग्स
डेवलपर Jorvi
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 2,
    "name": "App for SMP",
    "permissions": [
        "storage"
    ],
    "short_name": "spotify-web",
    "web_accessible_resources": [
        "data\/icons\/*"
    ],
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/mybrowseraddon.com\/spotify-web.html",
    "description": "An easy-to-use and lite App for Spotify Music Player",
    "browser_action": {
        "default_title": "App for Spotify Music Player",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "data\/panel\/index.js"
            ],
            "css": [
                "data\/panel\/index.css"
            ],
            "matches": [
                "*:\/\/*.open.spotify.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}