Openwhyd ✚ track
Add a music track to Openwhyd, from any web page
Apa itu Openwhyd ✚ track?
Openwhyd ✚ track adalah ekstensi Chrome yang dikembangkan oleh https://openwhyd.org, dan fitur utamanya adalah "Add a music track to Openwhyd, from any web page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Openwhyd ✚ track
Unduh file ekstensi Openwhyd ✚ track dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Openwhyd ✚ track |
ID | foohaghobcolamikniehcnnijdjehfjk |
URL Resmi | https://chromewebstore.google.com/detail/openwhyd-%E2%9C%9A-track/foohaghobcolamikniehcnnijdjehfjk |
Deskripsi | Add a music track to Openwhyd, from any web page |
Ukuran File | 37.8 KB |
Jumlah Instalasi | 1,904 |
Versi Saat Ini | 2.22 |
Terakhir Diperbarui | 2021-05-09 |
Tanggal Publikasi | 2016-07-20 |
Penilaian | 4.15/5 Total 13 Penilaian |
Pengembang | https://openwhyd.org |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://openwhyd.org/button |
URL Halaman Bantuan | https://openwhyd.github.io/openwhyd/FAQ |
Bahasa yang Didukung | 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 } |