YouTube URL Shortener
Shorten YouTube video URLs and share them on social media.
Τι είναι το YouTube URL Shortener;
Το YouTube URL Shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ytmp3.nu, και η κύρια λειτουργία του είναι "Shorten YouTube video URLs and share them on social media.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YouTube URL Shortener
Λήψη αρχείων επέκτασης YouTube URL Shortener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The Add-On will add a new Icon to your browser toolbar. After installing the Add-On, just visit a YouTube video URL (example: youtube.com/watch?v=id or youtube.com/shorts/id) and click on the Add-On icon. A small PopUp will open and show you a "Shorten" button. With a click on that button you will be redirected to our website that will automatically shorten the YouTube video URL. You will get 2 URLs. The official short YouTube video URL (youtu.be/id) and an even shorter URL using our website yts.nu which will be valid for 48 hours, allowing you to share it on Facebook and Twitter with just a click.
Βασικές Πληροφορίες Επέκτασης
Όνομα | YouTube URL Shortener |
ID | afhogbpjeeoholecmgggidldmdjlgjbn |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-url-shortener/afhogbpjeeoholecmgggidldmdjlgjbn |
Περιγραφή | Shorten YouTube video URLs and share them on social media. |
Μέγεθος Αρχείου | 11.76 KB |
Αριθμός Εγκαταστάσεων | 857 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2022-11-25 |
Ημερομηνία Δημοσίευσης | 2022-11-21 |
Προγραμματιστής | https://ytmp3.nu |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://ytmp3.nu |
Διεύθυνση URL της Σελίδας Βοήθειας | https://ytmp3.nu/shortener/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://ytmp3.nu/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube URL Shortener", "description": "Shorten YouTube video URLs and share them on social media.", "version": "1.1", "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "action": { "default_title": "YouTube URL Shortener", "default_popup": "\/html\/popup.html", "default_icon": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" } }, "permissions": [ "activeTab" ] } |