One-click player.me sharing
Allows you to share a link to the current page to player.me
Wat is One-click player.me sharing?
One-click player.me sharing is een Chrome-extensie ontwikkeld door Julxzs, en de belangrijkste functie is "Allows you to share a link to the current page to player.me".
Download het CRX-bestand van de extensie One-click player.me sharing
Download One-click player.me sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | One-click player.me sharing |
ID | bpbehblmlaokjncfjggkhbkfeoneoahd |
Officiële URL | https://chromewebstore.google.com/detail/one-click-playerme-sharin/bpbehblmlaokjncfjggkhbkfeoneoahd |
Beschrijving | Allows you to share a link to the current page to player.me |
Bestandsgrootte | 660 KB |
Aantal Installaties | 14 |
Huidige Versie | 3.2.0 |
Laatst Bijgewerkt | 2016-07-09 |
Publicatiedatum | 2016-07-09 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Julxzs |
Betalingswijze | free |
Extensiewebsite | https://player.me/julxzs |
Ondersteunde Talen | 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" } } |