One-click player.me sharing

Allows you to share a link to the current page to player.me

O que é One-click player.me sharing?

One-click player.me sharing é uma extensão do Chrome desenvolvida por Julxzs, e sua principal característica é "Allows you to share a link to the current page to player.me".

Baixar o arquivo CRX da Extensão One-click player.me sharing

Baixe arquivos de extensão One-click player.me sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome One-click player.me sharing One-click player.me sharing
ID bpbehblmlaokjncfjggkhbkfeoneoahd
URL Oficial https://chromewebstore.google.com/detail/one-click-playerme-sharin/bpbehblmlaokjncfjggkhbkfeoneoahd
Descrição Allows you to share a link to the current page to player.me
Tamanho do Arquivo 660 KB
Contagem de Instalações 14
Versão Atual 3.2.0
Última Atualização 2016-07-09
Data de Publicação 2016-07-09
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Julxzs
Tipo de Pagamento free
Site da Extensão https://player.me/julxzs
Idiomas Suportados 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"
    }
}