YT-XL

Generate Youtube Video Links With Bigger Thumbnails for Sharing On FaceBook

YT-XLคืออะไร?

YT-XL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Manu Mehrotra และคุณลักษณะหลักของมันคือ "Generate Youtube Video Links With Bigger Thumbnails for Sharing On FaceBook"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YT-XL

ดาวน์โหลดไฟล์ส่วนขยาย YT-XL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Generate Youtube Video Links With Bigger Thumbnails for Sharing On FaceBook. 

Usage: Goto your youtube video page on youtube.com and click on the Youtube-XL icon to get a sharable link for FaceBook. You can also use the "Share On Facebook" button to share directly on facebook.

Note: The Youtube-XL icon will be disabled if you are not on a youtube.com page containing a video.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YT-XL YT-XL
ID amanljhhcdjglabdfekbkhehoocpohlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yt-xl/amanljhhcdjglabdfekbkhehoocpohlp
คำอธิบาย Generate Youtube Video Links With Bigger Thumbnails for Sharing On FaceBook
ขนาดไฟล์ 20.7 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2017-12-04
วันที่เผยแพร่ 2017-12-03
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Manu Mehrotra
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.youtube-xl.com
URL หน้าช่วยเหลือ http://www.youtube-xl.com/chrome-extension.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT-XL",
    "description": "Generate Youtube Video Links With Bigger Thumbnails for Sharing On FaceBook",
    "version": "0.0.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Generate Youtube Video Links With Bigger Thumbnails for Sharing On FaceBook",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "48": "icon.png"
    }
}