stereo paw
stereo paw for Chrome
What is stereo paw?
stereo paw is a Chrome extension developed by https://www.stereopaw.com, and its main feature is "stereo paw for Chrome".
Extension Screenshots
Download stereo paw Extension CRX File
Download stereo paw 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
stereopaw is a streaming music bookmarklet side project. * Can't remember when a track drops in a mix? * Tired of favorites scattered across music services? * Want to share a snippet of a mix? Get your paws on the stereo paw chrome extension. When you hear something you like, click the extension, and the track's artist, title, and timestamp will be saved for future reference, readily playable from the stereopaw website. Visit the stereopaw.com website to hear your tracks, see what's popular, what's new, and hear more of the best. stereopaw may or may not add services. Bookmarking is currently supported on the following services. * Soundcloud * YouTube
Extension Basic Information
Name | stereo paw |
ID | gcgoenndigjegpgpfnnmgfnbiollgimk |
Official URL | https://chromewebstore.google.com/detail/stereo-paw/gcgoenndigjegpgpfnnmgfnbiollgimk |
Description | stereo paw for Chrome |
File Size | 68.02 KB |
Installation Count | 105 |
Current Version | 0.7 |
Last Updated | 2019-09-18 |
Publish Date | 2019-09-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.stereopaw.com |
Payment Type | free |
Extension Website | https://www.stereopaw.com |
Help Page URL | https://www.stereopaw.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon-toolbar.png", "default_title": "stereo paw", "default_popup": "popup.html" }, "background": { "persistence": false, "scripts": [ "bg.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.stereopaw.com\/*", "*:\/\/*.soundcloud.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.mixcloud.com\/*", "*:\/\/*.spotify.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.stereopaw.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2, "name": "stereo paw", "description": "stereo paw for Chrome", "homepage_url": "https:\/\/www.stereopaw.com", "version": "0.7", "permissions": [ "tabs", "*:\/\/*\/*", "activeTab" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |