One-click player.me sharing
Allows you to share a link to the current page to player.me
Vad är One-click player.me sharing?
One-click player.me sharing är en Chrome-tillägg utvecklad av Julxzs, och dess huvudfunktion är "Allows you to share a link to the current page to player.me".
Ladda ner One-click player.me sharing-förlängningens CRX-fil
Ladda ner One-click player.me sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | bpbehblmlaokjncfjggkhbkfeoneoahd |
| Officiell webbadress | https://chromewebstore.google.com/detail/one-click-playerme-sharin/bpbehblmlaokjncfjggkhbkfeoneoahd |
| Beskrivning | Allows you to share a link to the current page to player.me |
| Filstorlek | 660 KB |
| Antal Installationer | 14 |
| Aktuell Version | 3.2.0 |
| Senast Uppdaterad | 2016-07-09 |
| Publiceringsdatum | 2016-07-09 |
| Betyg | 5.00/5 Totalt 8 Betyg |
| Utvecklare | Julxzs |
| Betalningssätt | free |
| Tilläggswebbplats | https://player.me/julxzs |
| Stödda Språk | 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"
}
} | |