Play now
This extension adds a visible and easily accessible streaming link to music albums on selected webpages. Spotify and Apple Music
Play now là gì?
Play now là một tiện ích mở rộng Chrome được phát triển bởi rain s, và tính năng chính của nó là "This extension adds a visible and easily accessible streaming link to music albums on selected webpages. Spotify and Apple Music".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Play now
Tải xuống các tệp mở rộng Play now dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nkgiglaphejlkpanikmngnnkoimeomoa |
URL Chính Thức | https://chrome.google.com/webstore/detail/play-now/nkgiglaphejlkpanikmngnnkoimeomoa |
Mô tả | This extension adds a visible and easily accessible streaming link to music albums on selected webpages. Spotify and Apple Music |
Kích Thước Tệp | 51.84 KB |
Số Lần Cài Đặt | 230 |
Phiên Bản Hiện Tại | 1.47 |
Cập Nhật Lần Cuối | 2018-03-09 |
Ngày Phát Hành | 2018-03-09 |
Đánh Giá | 4.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | rain s |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kosmosjamaa/playnow |
URL Trang Trợ Giúp | https://github.com/kosmosjamaa/playnow |
Ngôn Ngữ Được Hỗ Trợ | 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", " |