Turntable.fm Extended
Adds configurable desktop notifications, last.fm scrobbling, and more to turntable.fm
Vad är Turntable.fm Extended?
Turntable.fm Extended är en Chrome-tillägg utvecklad av mark.reeder, och dess huvudfunktion är "Adds configurable desktop notifications, last.fm scrobbling, and more to turntable.fm".
Tilläggsskärmbilder
Ladda ner Turntable.fm Extended-förlängningens CRX-fil
Ladda ner Turntable.fm Extended-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Turntable.fm Extended is developed by Mark Reeder and Adam Creeger and adds features to Turntable.fm including: Export your queue and the recently played songs in the room into XSPF HTML5 Desktop Notifications can be configured to show for the following: Chat messages Filter chat messages by keyword- only get notified when specific words are mentioned Song changes - includes album art if available Votes - both up and down with attribution to the voter DJ Changes - know when DJs step up to or down from the decks Listener Changes - know who has just entered or exited the room Last.fm Scrobbling Because several people have asked, here's a donation link if you'd like to support the development of this extension: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WZ7LFGDKFJAFY Changelog: 0.8.1.0: Add support for deepcut.fm and deepcuts.fm domains 0.8.0.0: Updates to work with the relaunched Turntable.fm 0.7.3.2: Fixes Last.fm Scrobbling set-up bugs 0.7.3: Fixes tag bugs 0.7.2: Bring back settings menu and XSPF export 0.7.1: Fix tag edit functionality 0.7: Brought back basic functionality after Turntable.fm redesign 0.6.8.1: Added compatibility question for upcoming Turntable.fm changes 0.6.7: Brought back the 'Untagged Songs' tag 0.6.6: Fixed tags after the recent tt.fm update 0.6.5: Added concert listings and automatic tags 0.6.4: Added Youtube previews for tracks in the queue that don't have previews 0.6.3.5: Added heart support to the room users list 0.6.3.4: Fixed issues related to the new lobby 0.6.3: Fixed performance issues related to tags (auto tagging is currently disabled) Added DJ play count to room users 0.6.2: Added idle timer for DJs in the room users list. The timer starts when you enter a room and is reset for each user when they Awesome/Lame a track or chat. 0.6.1: Improved Room Users section. Added the ability to fan/unfan users from the list and boot them if you have moderator privileges. 0.6: Improved song suggestions, XSPF export 0.5.0.3 + 0.5.0.4: Tagging bug fixes and clean-up 0.5.0.2: Tags clean-up: added the ability to hide the tags tray, an All Songs item at the bottom of the list of tags and a red line to indicate if the song at the top of your queue will actually play next (when filtered by a tag) 0.5.0.1: Removal of Facebook links from the Room Info section- the Facebook profile IDs are no longer accessible. 0.5: Adds song tagging 0.3.5: Integrated into Turntable.fm settings menu, adds links to Turntable profiles from the user list 0.3.4: Adds similar track search (via last.fm) for the current playing track, just click the blue "Suggestions" link in the "My DJ Queue" area 0.3.3.8: Fix some desktop notification bugs (multiple alerts when changing rooms and preferences not sticking/matching what showed in the options menu) 0.3.3.6: Restore additional desktop alert functionality 0.3.3.5: Fixes issue with duplicate desktop alerts when navigating between rooms without refreshing. 0.3.3.4: Add back in user lists 0.3.3.3: Revert to core functionality (scrobbling and a few desktop notifications), significant compatibility overhaul 0.3.3.1: Fixed out of control notifications on initial install or when scrobbling was not activated 0.3.3: Added queue highlighting to indicate played tracks (for tracks that show up in the room info tab): *Pink- the exact track was played *Orange- the exact track title *Yellow- the artist was played 0.3.1: Clean-up of scrobbling and desktop notifications 0.3: Addition of autokick 0.2.2: Improved notification handling (data should be correct and show up more regularly) Current Users in the room with links to Facebook profiles "Lame"ing a track now cancels the scrobbling of that track Original Scrobbling code contributed by Gabe Kangas - https://github.com/gabek Extension Icon contributed by Dylan Wreggelsworth - http://twitter.com/dylanrw
Grundläggande Information om Tillägg
Namn | Turntable.fm Extended |
ID | mnciafhfaahhafklckmcabbncbgcjpeg |
Officiell webbadress | https://chromewebstore.google.com/detail/turntablefm-extended/mnciafhfaahhafklckmcabbncbgcjpeg |
Beskrivning | Adds configurable desktop notifications, last.fm scrobbling, and more to turntable.fm |
Filstorlek | 897 KB |
Antal Installationer | 4,159 |
Aktuell Version | 0.8.1.0 |
Senast Uppdaterad | 2024-01-06 |
Publiceringsdatum | 2021-03-12 |
Betyg | 4.21/5 Totalt 160 Betyg |
Utvecklare | mark.reeder |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/MarkReeder/Turntable.fm-Extensions |
Hjälpsida URL | https://github.com/MarkReeder/Turntable.fm-Extensions/issues?sort=created&direction=desc&state=open |
URL till Sekretesspolicy Sidan | https://markreeder.github.io/Turntable.fm-Extensions/privacy_policy.html |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Turntable.fm Extended", "version": "0.8.1.0", "description": "Adds configurable desktop notifications, last.fm scrobbling, and more to turntable.fm", "icons": { "16": "images\/turntable-fm-16.png", "48": "images\/turntable-fm-48.png", "128": "images\/turntable-fm-128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/turntable.fm\/*", "https:\/\/deepcut.fm\/*", "https:\/\/deepcuts.fm\/*" ], "js": [ "js\/jquery.1.8.3.min.js", "js\/contentscript.js", "js\/injectScript.js" ] } ], "permissions": [ "tabs", "notifications", "identity", "http:\/\/turntable.fm\/*", "https:\/\/turntable.fm\/*", "https:\/\/deepcut.fm\/*", "https:\/\/deepcuts.fm\/*", "http:\/\/ws.audioscrobbler.com\/*" ], "web_accessible_resources": [ "js\/turntable.fm.extend.js", "js\/injectScript.js", "js\/auth_last_fm.js", "css\/turntable.fm.extend.css", "css\/tt-ext-ui-theme\/jquery-ui-1.8.14.custom.css" ] } |