PandoRdio
A Thumbs Up in Pandora adds the song to your Rdio Collection.
Wat is PandoRdio?
PandoRdio is een Chrome-extensie ontwikkeld door https://pandordio.herokuapp.com, en de belangrijkste functie is "A Thumbs Up in Pandora adds the song to your Rdio Collection.".
Extensie Screenshots
Download het CRX-bestand van de extensie PandoRdio
Download PandoRdio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fiobjnnhnijfdkgdmedcbennfngfnfff |
Officiële URL | https://chrome.google.com/webstore/detail/pandordio/fiobjnnhnijfdkgdmedcbennfngfnfff |
Beschrijving | A Thumbs Up in Pandora adds the song to your Rdio Collection. |
Bestandsgrootte | 75.01 KB |
Aantal Installaties | 92 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2015-05-18 |
Publicatiedatum | 2015-05-18 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://pandordio.herokuapp.com |
Betalingswijze | free |
Extensiewebsite | https://pandordio.herokuapp.com/ |
Help Pagina-URL | https://github.com/donnierayjones/pandordio-chrome/issues |
Ondersteunde Talen | 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" ] } ] } |