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" ] } |