RIP Grooveshark
Restore Internet Playlists
What is RIP Grooveshark?
RIP Grooveshark is a Chrome extension developed by adamjackman2222, and its main feature is "Restore Internet Playlists".
Extension Screenshots
Download RIP Grooveshark Extension CRX File
Download RIP Grooveshark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
NOTICE: RIP Grooveshark is no longer working due to Grooveshark being shut down. I will keep this on the webstore for a while longer in case anyone else would like their playlists back. If you had saved playlists with my extension at least once, I have a record of all your songs so please message me and I will work to get these to you ASAP. Thanks for using my project I hope you enjoyed it. ------------------------------------------------------------------ RIP (restore Internet Playlists) for Grooveshark is an extension that will allow you to track the songs that are disappearing from your playlists. So you can add them right back in and enjoy your music. Enjoy
Extension Basic Information
Name | RIP Grooveshark |
ID | lnjlbfhceekkjaghkcbmnnnocfafinln |
Official URL | https://chromewebstore.google.com/detail/rip-grooveshark/lnjlbfhceekkjaghkcbmnnnocfafinln |
Description | Restore Internet Playlists |
File Size | 320 KB |
Installation Count | 17 |
Current Version | 1.2 beta |
Last Updated | 2015-11-09 |
Publish Date | 2015-11-08 |
Developer | adamjackman2222 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RIP Grooveshark", "description": "Restore Internet Playlists", "version": "1.0.2", "version_name": "1.2 beta", "browser_action": { "default_icon": "images\/profile.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/ec2-52-0-6-182.compute-1.amazonaws.com\/*", "https:\/\/grooveshark.com\/auth\/*", "https:\/\/auth.grooveshark.com\/*" ] } |