One-click player.me sharing

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

What is One-click player.me sharing?

One-click player.me sharing is a Chrome extension developed by Julxzs, and its main feature is "Allows you to share a link to the current page to player.me".

Download One-click player.me sharing Extension CRX File

Download One-click player.me sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name One-click player.me sharing One-click player.me sharing
ID bpbehblmlaokjncfjggkhbkfeoneoahd
Official URL https://chromewebstore.google.com/detail/one-click-playerme-sharin/bpbehblmlaokjncfjggkhbkfeoneoahd
Description Allows you to share a link to the current page to player.me
File Size 660 KB
Installation Count 14
Current Version 3.2.0
Last Updated 2016-07-09
Publish Date 2016-07-09
Rating 5.00/5 Total 8 Ratings
Developer Julxzs
Payment Type free
Extension Website https://player.me/julxzs
Supported Languages 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"
    }
}