PandoRdio
A Thumbs Up in Pandora adds the song to your Rdio Collection.
Was ist PandoRdio?
PandoRdio ist eine Chrome-Erweiterung, die von https://pandordio.herokuapp.com entwickelt wurde, und ihr Hauptmerkmal ist "A Thumbs Up in Pandora adds the song to your Rdio Collection.".
Erweiterungsscreenshots
PandoRdio-Erweiterungs-CRX-Datei herunterladen
Laden Sie PandoRdio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
When you thumbs up a song in Pandora, the song is added to your Collection in Rdio. New features: * Now also adds to a playlist named 'Pandora' in Rdio.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fiobjnnhnijfdkgdmedcbennfngfnfff |
Offizielle URL | https://chrome.google.com/webstore/detail/pandordio/fiobjnnhnijfdkgdmedcbennfngfnfff |
Beschreibung | A Thumbs Up in Pandora adds the song to your Rdio Collection. |
Dateigröße | 75.01 KB |
Installationsanzahl | 92 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2015-05-18 |
Veröffentlichungsdatum | 2015-05-18 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | https://pandordio.herokuapp.com |
Zahlungsart | free |
Erweiterungswebsite | https://pandordio.herokuapp.com/ |
Hilfeseite URL | https://github.com/donnierayjones/pandordio-chrome/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PandoRdio", "version": "0.1.0", "manifest_version": 2, "description": "A Thumbs Up in Pandora adds the song to your Rdio Collection.", "background": { "page": "background.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "notifications" ], "web_accessible_resources": [ "icon48.png" ], "content_scripts": [ { "matches": [ "http:\/\/www.pandora.com\/*" ], "js": [ "jquery.js", "script.js" ] } ] } |