One-click player.me sharing
Allows you to share a link to the current page to player.me
Qu'est-ce que One-click player.me sharing ?
One-click player.me sharing est une extension Chrome développée par Julxzs, et sa fonction principale est "Allows you to share a link to the current page to player.me".
Télécharger le fichier CRX de l'extension One-click player.me sharing
Téléchargez les fichiers d'extension One-click player.me sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | One-click player.me sharing |
ID | bpbehblmlaokjncfjggkhbkfeoneoahd |
URL Officiel | https://chromewebstore.google.com/detail/one-click-playerme-sharin/bpbehblmlaokjncfjggkhbkfeoneoahd |
Description | Allows you to share a link to the current page to player.me |
Taille du Fichier | 660 KB |
Nombre d'Installations | 14 |
Version Actuelle | 3.2.0 |
Dernière Mise à Jour | 2016-07-09 |
Date de Publication | 2016-07-09 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | Julxzs |
Type de Paiement | free |
Site Web de l'Extension | https://player.me/julxzs |
Langues Prises en Charge | 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" } } |