Pandora Listener

Removes the annoying Are You Still Listening? from Pandora.

Τι είναι το Pandora Listener;

Το Pandora Listener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.extensioncoders.com, και η κύρια λειτουργία του είναι "Removes the annoying Are You Still Listening? from Pandora.".

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

screenshot

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

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

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

                        Ever been sitting in your living room listening to your favorite Pandora.com station from the comfort of your couch and suddenly noticed your station has stopped due to the "Are you still listening?" page?

Well, not anymore! Pandora Listener is an extension that automatically skips the "Are you still listening?" button for you. You won't have to get up and click the mouse every hour to continue on with your party, dinner, family board game, studying, or relaxation time!

*
This does not block the ads that appear between songs or on the sidebar of the website. This extensions works very well with an ad-blocker, which does do this.
*

Version 1:
-Release!
-"Are You still listening?" blocker.

Future releases:
-Implementing notifications for song information.                    

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

Όνομα Pandora Listener Pandora Listener
ID danjmbbdjabpapehlajpomcignjnoidp
Επίσημο URL https://chromewebstore.google.com/detail/pandora-listener/danjmbbdjabpapehlajpomcignjnoidp
Περιγραφή Removes the annoying Are You Still Listening? from Pandora.
Μέγεθος Αρχείου 68.79 KB
Αριθμός Εγκαταστάσεων 26,309
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2013-01-10
Ημερομηνία Δημοσίευσης 2013-01-09
Αξιολόγηση 4.05/5 Συνολικά 874 Αξιολογήσεις
Προγραμματιστής https://www.extensioncoders.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.7.2.min.js",
                "js\/jquery.livequery.min.js",
                "js\/jquery.simulate.js",
                "js\/radio-enhancer.js"
            ],
            "matches": [
                "*:\/\/*.pandora.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Removes the annoying Are You Still Listening? from Pandora.",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "Pandora Listener",
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "settings.html",
        "default_title": "Pandora Listener"
    },
    "permissions": [
        "notifications"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}