One-click player.me sharing
Allows you to share a link to the current page to player.me
Co to jest One-click player.me sharing?
One-click player.me sharing to rozszerzenie Chrome opracowane przez Julxzs, a jego główną funkcją jest „Allows you to share a link to the current page to player.me”.
Pobierz plik CRX rozszerzenia One-click player.me sharing
Pobierz pliki rozszerzeń One-click player.me sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bpbehblmlaokjncfjggkhbkfeoneoahd |
| Oficjalny URL | https://chromewebstore.google.com/detail/one-click-playerme-sharin/bpbehblmlaokjncfjggkhbkfeoneoahd |
| Opis | Allows you to share a link to the current page to player.me |
| Rozmiar pliku | 660 KB |
| Liczba instalacji | 14 |
| Aktualna Wersja | 3.2.0 |
| Ostatnia Aktualizacja | 2016-07-09 |
| Data Publikacji | 2016-07-09 |
| Ocena | 5.00/5 Łącznie 8 Oceny |
| Deweloper | Julxzs |
| Typ Płatności | free |
| Strona Rozszerzenia | https://player.me/julxzs |
| Obsługiwane Języki | 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"
}
} | |