Share Current Youtube Video Time

A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…

Τι είναι το Share Current Youtube Video Time;

Το Share Current Youtube Video Time είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hwangmatthew.com, και η κύρια λειτουργία του είναι "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Share Current Youtube Video Time

Λήψη αρχείων επέκτασης Share Current Youtube Video Time σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link to your youtube video at the current time with one click, instead of making you have to click multiple buttons to share at your current time.                    

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

Όνομα Share Current Youtube Video Time Share Current Youtube Video Time
ID jcofpgdoehfbllnilflkampfndabpnji
Επίσημο URL https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji
Περιγραφή A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…
Μέγεθος Αρχείου 10.53 KB
Αριθμός Εγκαταστάσεων 21
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2018-06-18
Ημερομηνία Δημοσίευσης 2018-06-17
Προγραμματιστής https://hwangmatthew.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share Current Youtube Video Time",
    "version": "0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch*",
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}