Openwhyd ✚ track
Add a music track to Openwhyd, from any web page
What is Openwhyd ✚ track?
Openwhyd ✚ track is a Chrome extension developed by https://openwhyd.org, and its main feature is "Add a music track to Openwhyd, from any web page".
Extension Screenshots
Download Openwhyd ✚ track Extension CRX File
Download Openwhyd ✚ track 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
This extension allows you to quickly add a music track to your Openwhyd profile, from any web page that contains a supported embed. For this extension to work, you need an account on openwhyd.org.
Extension Basic Information
Name | Openwhyd ✚ track |
ID | foohaghobcolamikniehcnnijdjehfjk |
Official URL | https://chromewebstore.google.com/detail/openwhyd-%E2%9C%9A-track/foohaghobcolamikniehcnnijdjehfjk |
Description | Add a music track to Openwhyd, from any web page |
File Size | 37.8 KB |
Installation Count | 1,904 |
Current Version | 2.22 |
Last Updated | 2021-05-09 |
Publish Date | 2016-07-20 |
Rating | 4.15/5 Total 13 Ratings |
Developer | https://openwhyd.org |
[email protected] | |
Payment Type | free |
Extension Website | https://openwhyd.org/button |
Help Page URL | https://openwhyd.github.io/openwhyd/FAQ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "chrome.js" ] }, "browser_action": { "default_icon": "icon-96.png", "default_title": "Openwhyd \u271a track" }, "name": "Openwhyd \u271a track", "description": "Add a music track to Openwhyd, from any web page", "homepage_url": "https:\/\/openwhyd.org", "icons": { "16": "icon-16.png", "64": "icon-64.png", "96": "icon-96.png", "152": "icon-152.png" }, "permissions": [ "activeTab" ], "version": "2.22", "manifest_version": 2 } |