KEXP Streaming Player (Listener Developed)

background kexp.org streaming audio player with now playing info and likes.

KEXP Streaming Player (Listener Developed) क्या है?

KEXP Streaming Player (Listener Developed) karl mcguinness द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "background kexp.org streaming audio player with now playing info and likes."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        I love listening to kexp.org while I work and always have a chrome browser window open. I hated having to open the kexp.org website when I heard an amazing song playing that I liked.

Now you can listen to the kexp.org live steam in the background and within 1 click of any chrome window discover what's playing!

If you want to remember the song to download or stream later on your favorite service, just click the like button. The extension uses local storage to store all your likes. Album and artist art is displayed using last.fm.

Features:

 ▪ Background audio player that works across tabs and windows
 ▪ Live update of now playing song & show info from kexp.org
 ▪ Like a song you hear on kexp.org so you can remember that amazing song you just heard last week
   • Share liked songs to your last.fm profile (loves)
   • Scrobble liked songs to your last.fm profile (listens)
   • Send liked songs to your Spotify playlist
 ▪ Album or artist art from last.fm
 ▪ Supports popout mode (great for multi-monitor setups)

2.0 Update - 12/03/2014
 ▪ Visual refresh with retina support
 ▪ Switched to new AAC+ Stream
 ▪ Connect to your Spotify account to share likes to a playlist!
 ▪ Lots of small bug-fixes

This extension is powered by BSD/MIT licensed open source software and is not associated or endorsed by kexp.org.                    

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

नाम KEXP Streaming Player (Listener Developed) KEXP Streaming Player (Listener Developed)
ID aoomledhkicfjimnbdcpdlkppkoloddj
आधिकारिक URL https://chromewebstore.google.com/detail/kexp-streaming-player-lis/aoomledhkicfjimnbdcpdlkppkoloddj
विवरण background kexp.org streaming audio player with now playing info and likes.
फ़ाइल का आकार 968 KB
स्थापना संख्या 756
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2014-12-03
प्रकाशन तिथि 2014-12-03
रेटिंग 4.55/5 कुल 44 रेटिंग्स
डेवलपर karl mcguinness
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KEXP Streaming Player (Listener Developed)",
    "short_name": "KEXP Player",
    "version": "2.0.0",
    "minimum_chrome_version": "33",
    "description": "background kexp.org streaming audio player with now playing info and likes.",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "img\/favicon14.png",
            "38": "img\/favicon48.png"
        },
        "default_title": "Now Playing on KEXP",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "identity",
        "*:\/\/*.kexp.org\/",
        "*:\/\/*.audioscrobbler.com\/",
        "*:\/\/*.spotify.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/platform.twitter.com; object-src 'self'"
}