One-click player.me sharing
Allows you to share a link to the current page to player.me
Cos'è One-click player.me sharing?
One-click player.me sharing è un'estensione di Chrome sviluppata da Julxzs, e la sua funzione principale è "Allows you to share a link to the current page to player.me".
Scarica il file CRX dell'estensione One-click player.me sharing
Scarica i file di estensione One-click player.me sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bpbehblmlaokjncfjggkhbkfeoneoahd |
| URL Ufficiale | https://chromewebstore.google.com/detail/one-click-playerme-sharin/bpbehblmlaokjncfjggkhbkfeoneoahd |
| Descrizione | Allows you to share a link to the current page to player.me |
| Dimensione del File | 660 KB |
| Conteggio Installazioni | 14 |
| Versione Corrente | 3.2.0 |
| Ultimo Aggiornamento | 2016-07-09 |
| Data di Pubblicazione | 2016-07-09 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | Julxzs |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://player.me/julxzs |
| Lingue Supportate | 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"
}
} | |