Youtube Share Clip

Share sections of Youtube videos.

Τι είναι το Youtube Share Clip;

Το Youtube Share Clip είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Elias Papavasileiou, και η κύρια λειτουργία του είναι "Share sections of Youtube videos.".

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

screenshot
screenshot
screenshot

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

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

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

                        Problem
━━━━
If you ever wanted to...

• Share a section of a YouTube video with someone - instead of the whole video.
• Save or bookmark sections of YouTube videos.
• Create memes by sharing very short sections of videos.
• Share many sections of a very long video.

Solution
━━━━
This extension allows you to do all of the above by adding an "End at" ☑️ under "Start at" ☑️ in Share dialog: After filling in "Start at" ⏱️ and "End at" ⏱️ times, you get a link to this section of the YouTube video. When the link is opened, the video starts and stops at the specific times you have selected ! 🎉


Advantages over YouTube Clip feature:
• There is no need to have a YouTube creator (google) account and to be logged in to create a clip.
• There is no 5-60 seconds restriction on clip duration. The clip can be however short or long you like.

Disadvantages:
• Does not work if the creator has deactivated embedding for the video.

Limitations:
• Does not work on Premiere and Live videos.


Source code: 🚀 https://github.com/elias-pap/youtube-share-clip 🚀
Report issues: https://github.com/elias-pap/youtube-share-clip/issues
Share your feedback: [email protected]

Give me a rating, if you like it ❤️

Enjoy sharing YouTube clips ! 🥳                    

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

Όνομα Youtube Share Clip Youtube Share Clip
ID jknkoohnhhnlnojgddpjgibniodllhae
Επίσημο URL https://chromewebstore.google.com/detail/youtube-share-clip/jknkoohnhhnlnojgddpjgibniodllhae
Περιγραφή Share sections of Youtube videos.
Μέγεθος Αρχείου 25.42 KB
Αριθμός Εγκαταστάσεων 226
Τρέχουσα Έκδοση 0.5.3
Τελευταία Ενημέρωση 2023-12-25
Ημερομηνία Δημοσίευσης 2023-05-04
Αξιολόγηση 4.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Elias Papavasileiou
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/elias-pap/youtube-share-clip
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/elias-pap/youtube-share-clip/issues
URL της Σελίδας Πολιτικής Απορρήτου https://youtube-share-clip.eliaspap.me
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Share Clip",
    "version": "0.5.3",
    "description": "Share sections of Youtube videos.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "youtube-share-clip.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}