One-click player.me sharing

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

Что такое One-click player.me sharing?

One-click player.me sharing - это расширение Chrome, разработанное Julxzs, и его основная функция - "Allows you to share a link to the current page to player.me".

Скачать файл CRX расширения One-click player.me sharing

Скачайте файлы расширений One-click player.me sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название One-click player.me sharing One-click player.me sharing
ID bpbehblmlaokjncfjggkhbkfeoneoahd
Официальный URL https://chromewebstore.google.com/detail/one-click-playerme-sharin/bpbehblmlaokjncfjggkhbkfeoneoahd
Описание Allows you to share a link to the current page to player.me
Размер файла 660 KB
Количество установок 14
Текущая Версия 3.2.0
Последнее Обновление 2016-07-09
Дата публикации 2016-07-09
Рейтинг 5.00/5 Всего 8 оценок
Разработчик Julxzs
Тип оплаты free
Официальный сайт расширения https://player.me/julxzs
Поддерживаемые языки 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"
    }
}