Pandora Listener

Removes the annoying Are You Still Listening? from Pandora.

Pandora Listener क्या है?

Pandora Listener https://www.extensioncoders.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the annoying Are You Still Listening? from Pandora."।

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

screenshot

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

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

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

                        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"
}