Continuous Pandora Radio
Removes the Pandora are you still there message so your music remains uninterrupted
Τι είναι το Continuous Pandora Radio;
Το Continuous Pandora Radio είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sps, και η κύρια λειτουργία του είναι "Removes the Pandora are you still there message so your music remains uninterrupted".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Continuous Pandora Radio
Λήψη αρχείων επέκτασης Continuous Pandora Radio σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
keeps pandora running continuously by periodically simulating a mouse click on the page using javascript.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | oedfojnbgecpjefbdohmgkgokkeghhaa |
Επίσημο URL | https://chrome.google.com/webstore/detail/continuous-pandora-radio/oedfojnbgecpjefbdohmgkgokkeghhaa |
Περιγραφή | Removes the Pandora are you still there message so your music remains uninterrupted |
Μέγεθος Αρχείου | 9.46 KB |
Αριθμός Εγκαταστάσεων | 552 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2014-12-04 |
Ημερομηνία Δημοσίευσης | 2014-12-04 |
Αξιολόγηση | 4.29/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | sps |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Continuous Pandora Radio", "description": "Removes the Pandora are you still there message so your music remains uninterrupted", "version": "1.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.pandora.com\/", "http:\/\/*.pandora.com\/" ], "js": [ "script.js" ] } ] } |