YT-XL
Generate Youtube Video Links With Bigger Thumbnails for Sharing On FaceBook
What is YT-XL?
YT-XL is a Chrome extension developed by Manu Mehrotra, and its main feature is "Generate Youtube Video Links With Bigger Thumbnails for Sharing On FaceBook".
Extension Screenshots
Download YT-XL Extension CRX File
Download YT-XL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | amanljhhcdjglabdfekbkhehoocpohlp |
Official URL | https://chromewebstore.google.com/detail/yt-xl/amanljhhcdjglabdfekbkhehoocpohlp |
Description | Generate Youtube Video Links With Bigger Thumbnails for Sharing On FaceBook |
File Size | 20.7 KB |
Installation Count | 43 |
Current Version | 0.0.0.1 |
Last Updated | 2017-12-04 |
Publish Date | 2017-12-03 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Manu Mehrotra |
[email protected] | |
Payment Type | free |
Extension Website | http://www.youtube-xl.com |
Help Page URL | http://www.youtube-xl.com/chrome-extension.php |
Supported Languages | 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" } } |