Play now
This extension adds a visible and easily accessible streaming link to music albums on selected webpages. Spotify and Apple Music
What is Play now?
Play now is a Chrome extension developed by rain s, and its main feature is "This extension adds a visible and easily accessible streaming link to music albums on selected webpages. Spotify and Apple Music".
Extension Screenshots
Download Play now Extension CRX File
Download Play now 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
Spotify and Itunes links added next to album info on the page if stream is available. Made to work with: Record stores: Boomkat, Bleep, Juno, Mimaroglu, Anost, Norman, Piccadilly, Experimedia, Forced Exposure Webzines: Tinymixtapes, The Quietus, Drowned In Sound Databases: Discogs, Metacritic, Metal Archives, Rate Your Music
Extension Basic Information
Name | |
ID | nkgiglaphejlkpanikmngnnkoimeomoa |
Official URL | https://chrome.google.com/webstore/detail/play-now/nkgiglaphejlkpanikmngnnkoimeomoa |
Description | This extension adds a visible and easily accessible streaming link to music albums on selected webpages. Spotify and Apple Music |
File Size | 51.84 KB |
Installation Count | 230 |
Current Version | 1.47 |
Last Updated | 2018-03-09 |
Publish Date | 2018-03-09 |
Rating | 4.50/5 Total 8 Ratings |
Developer | rain s |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kosmosjamaa/playnow |
Help Page URL | https://github.com/kosmosjamaa/playnow |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Play now", "description": "This extension adds a visible and easily accessible streaming link to music albums on selected webpages. Spotify and Apple Music", "version": "1.47", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/boomkat.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.boomkat.com\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/juno.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.juno.co.uk\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/ekspress.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.ekspress.delfi.ee\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/metal-archives.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.metal-archives.com\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/discogs.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.discogs.com\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/ra.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.residentadvisor.net\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/quietus.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.thequietus.com\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/tinymixtapes.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.tinymixtapes.com\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/metacritic.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.metacritic.com\/browse\/albums\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/rym.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.rateyourmusic.com\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/drownedinsound.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.drownedinsound.com\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/mimaroglumusic.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.mimaroglumusic.com\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/anost.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.anost.net\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/norman.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.normanrecords.com\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/piccadilly.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.piccadillyrecords.com\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/experimedia.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.experimedia.net\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/forcedexposure.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.forcedexposure.com\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/bleep.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.bleep.com\/*" ] }, { "js": [ "js\/jq.js", "js\/shared.js", "js\/sites\/pitchfork.js" ], "css": [ "css\/s.css" ], "matches": [ "*:\/\/*.pitchfork.com\/*" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", " |