One-click player.me sharing

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

Τι είναι το One-click player.me sharing;

Το One-click player.me sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Julxzs, και η κύρια λειτουργία του είναι "Allows you to share a link to the current page to player.me".

Λήψη αρχείου CRX της επέκτασης One-click player.me sharing

Λήψη αρχείων επέκτασης One-click player.me sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα One-click player.me sharing One-click player.me sharing
ID bpbehblmlaokjncfjggkhbkfeoneoahd
Επίσημο URL https://chromewebstore.google.com/detail/one-click-playerme-sharin/bpbehblmlaokjncfjggkhbkfeoneoahd
Περιγραφή Allows you to share a link to the current page to player.me
Μέγεθος Αρχείου 660 KB
Αριθμός Εγκαταστάσεων 14
Τρέχουσα Έκδοση 3.2.0
Τελευταία Ενημέρωση 2016-07-09
Ημερομηνία Δημοσίευσης 2016-07-09
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Julxzs
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://player.me/julxzs
Υποστηριζόμενες Γλώσσες 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"
    }
}