One-click player.me sharing
Allows you to share a link to the current page to player.me
Apa itu One-click player.me sharing?
One-click player.me sharing adalah ekstensi Chrome yang dikembangkan oleh Julxzs, dan fitur utamanya adalah "Allows you to share a link to the current page to player.me".
Unduh Berkas CRX Ekstensi One-click player.me sharing
Unduh file ekstensi One-click player.me sharing 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 adds a simple menu in which to share a link to the page you're currently browsing to player.me. You are given the option to enter a message to go with the link you are sharing, but if you don't give a message, the title of the current page will be used instead.
Informasi Dasar Ekstensi
Nama | One-click player.me sharing |
ID | bpbehblmlaokjncfjggkhbkfeoneoahd |
URL Resmi | https://chromewebstore.google.com/detail/one-click-playerme-sharin/bpbehblmlaokjncfjggkhbkfeoneoahd |
Deskripsi | Allows you to share a link to the current page to player.me |
Ukuran File | 660 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 3.2.0 |
Terakhir Diperbarui | 2016-07-09 |
Tanggal Publikasi | 2016-07-09 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | Julxzs |
Tipe Pembayaran | free |
Situs Ekstensi | https://player.me/julxzs |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One-click player.me sharing", "description": "Allows you to share a link to the current page to player.me", "version": "3.2.0", "permissions": [ "https:\/\/player.me\/*", "tabs", "cookies", "storage" ], "icons": { "16": "images\/logo-icon-16.png", "128": "images\/logo-icon-128.png" }, "browser_action": { "default_icon": "images\/logo-icon-128.png", "default_title": "Share on player.me", "default_popup": "popup.html" } } |