Grooveplayer

A simple player for Grooveshark that docks to the bottom of your screen. Control Grooveshark no matter what you're doing.

Τι είναι το Grooveplayer;

Το Grooveplayer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Luke Tsekouras, και η κύρια λειτουργία του είναι "A simple player for Grooveshark that docks to the bottom of your screen. Control Grooveshark no matter what you're doing.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Grooveplayer

Λήψη αρχείων επέκτασης Grooveplayer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ******** Features ********

 • Pause, play and skip songs
 • Appears on top of all your applications when you open Grooveshark - it's accessible even outside of Chrome
 • Easily resize, move, hide and unhide the player window
 • Minimalist design
 • View song and artist information along with a preview of the album art
 • Completely configurable
 • Supported in Windows, Mac, Linux, and Chrome OS

******** IMPORTANT ********

** Refresh your Grooveshark page if it's currently open **

Grooveplayer makes use of the experimental "Panels" feature of Chrome, which lets it exist outside of the browser.  In most installations of Chrome, you'll have to enable panels manually.  The extension should guide you through the process if you have panels disabled. 

Naturally, because Panels are experimental, you should expect quirks here and there.  Please understand that I have no control of this, and it will be up to Google to address such issues in time. 

******** Note ********

If you ever have any issues with Grooveplayer, please submit a bug report through the Chrome Store.  While you're waiting for a fix to come out, refreshing the Grooveshark page should temporarily fix most problems you're having.  

Also feel free to request new features and ask me any questions about Grooveplayer that you may have.  This can all be done through the Chrome Store.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Grooveplayer Grooveplayer
ID jnimbhddlpolciagcmencndhlpepbdcm
Επίσημο URL https://chromewebstore.google.com/detail/grooveplayer/jnimbhddlpolciagcmencndhlpepbdcm
Περιγραφή A simple player for Grooveshark that docks to the bottom of your screen. Control Grooveshark no matter what you're doing.
Μέγεθος Αρχείου 185 KB
Αριθμός Εγκαταστάσεων 183
Τρέχουσα Έκδοση 1.0.8
Τελευταία Ενημέρωση 2014-10-16
Ημερομηνία Δημοσίευσης 2014-10-15
Αξιολόγηση 4.61/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής Luke Tsekouras
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grooveplayer",
    "version": "1.0.8",
    "manifest_version": 2,
    "description": "A simple player for Grooveshark that docks to the bottom of your screen.  Control Grooveshark no matter what you're doing.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Grooveplayer"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.grooveshark.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*.grooveshark.com\/*",
        "http:\/\/images.gs-cdn.net\/*"
    ],
    "web_accessible_resources": [
        "icons\/icon48.png"
    ]
}