Rdio Enhancer

Enhances rdio.com with many of the most requested Feature Requests for rdio. View details for full list.

Rdio Enhancerคืออะไร?

Rdio Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matt Harrison และคุณลักษณะหลักของมันคือ "Enhances rdio.com with many of the most requested Feature Requests for rdio. View details for full list."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rdio Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย Rdio Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adds some enhancements to rdio.com

Rdio is constantly evolving, if you notice any issues caused by Rdio Enhancer please report an issue here: https://github.com/matt-h/rdio-enhancer/issues Just leaving a review probably won't get your issue noticed.

Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=SRNWTE8XDR53Q&lc=US&item_name=Matt&item_number=Rdio%20Enhancer¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted

Current Features
================
* Favorites
	* Export to CSV
	* View Unavailable Albums
* Playlist Additions
	* Sort Playlist
		* Sort by Artist, Album, Song Name, Release Date, Play Count, Reverse, or Randomize
	* Remove Duplicates
	* Export to CSV
	* Fork Playlist
	* Add playlists to other playlists


Changelog
================

v 2.10.3

* Fixes

	* Fix issue with escaping quotes in csv export

v 2.10.2

* Fixes

	* Fix string issue in escaping quotes

v 2.10.1

* Fixes

	* Escape quotes in csv export [#65]
	* Fix export of larger than 30000 songs [#66]

v 2.10

* New

	* Show Has Listened in Albums/Stations - Thanks Ryan Nauman
	* Add artist top tracks to playlist feature - Thanks Ryan Nauman
	* Scroll to hightlighted track on shared link - Thanks Ryan Nauman
v 2.9

* New

	* Unavailable Albums on Favorites - Thanks nikrowell

v 2.8.5

* Fixes

	* update getTracksInCollection API call to handle large collections over 15000+ tracks

v 2.8.4

* Fixes

	* Handle edge case in which source has no attributes. Thanks @seans23
	* update getTracksInCollection API call to only get 1000 tracks at a time to prevent server errors with large libraries                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rdio Enhancer Rdio Enhancer
ID hmaalfaappddkggilhahaebfhdmmmngf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rdio-enhancer/hmaalfaappddkggilhahaebfhdmmmngf
คำอธิบาย Enhances rdio.com with many of the most requested Feature Requests for rdio. View details for full list.
ขนาดไฟล์ 37.23 KB
จำนวนการติดตั้ง 2,438
เวอร์ชันปัจจุบัน 2.10.3
อัปเดตครั้งล่าสุด 2015-11-18
วันที่เผยแพร่ 2015-11-18
คะแนน 4.62/5 รวมทั้งหมด 117 คะแนน
ผู้พัฒนา Matt Harrison
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://matth.co/rdio-enhancer.html
URL หน้าช่วยเหลือ https://github.com/matt-h/rdio-enhancer/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "rdio-enhancer.js"
            ],
            "css": [
                "rdio-enhancer.css"
            ],
            "matches": [
                "*:\/\/www.rdio.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "options.html"
    ],
    "description": "Enhances rdio.com with many of the most requested Feature Requests for rdio. View details for full list.",
    "name": "Rdio Enhancer",
    "permissions": [
        "notifications"
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "version": "2.10.3"
}