YouTube QR Generator
Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier
What is YouTube QR Generator?
YouTube QR Generator is a Chrome extension developed by oguzhankatli, and its main feature is "Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier".
Extension Screenshots
Download YouTube QR Generator Extension CRX File
Download YouTube QR Generator 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
It has never been easier to share YouTube videos to your mobile device. With the QR code, you can directly share YouTube links to your mobile device from your computer. When QR code appears, just read it from your mobile device (it can be read by any qr code reader application).
Extension Basic Information
Name | |
ID | olpcofjioofgillhhdhlihancebapncl |
Official URL | https://chrome.google.com/webstore/detail/youtube-qr-generator/olpcofjioofgillhhdhlihancebapncl |
Description | Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier |
File Size | 63.9 KB |
Installation Count | 10 |
Current Version | 0.0.2 |
Last Updated | 2017-08-22 |
Publish Date | 2017-08-22 |
Rating | 1.00/5 Total 1 Ratings |
Developer | oguzhankatli |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "js\/qrcode\/jquery.min.js", "js\/qrcode\/qrcode.min.js", "src\/qrgen.min.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "homepage_url": "https:\/\/www.linkedin.com\/in\/ogzhnktl\/", "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "https:\/\/www.youtube.com\/*", "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2" } |