YouTube QR Generator

Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier

Was ist YouTube QR Generator?

YouTube QR Generator ist eine Chrome-Erweiterung, die von oguzhankatli entwickelt wurde, und ihr Hauptmerkmal ist "Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

YouTube QR Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube QR Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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).                    

Grundlegende Informationen zur Erweiterung

Name YouTube QR Generator YouTube QR Generator
ID olpcofjioofgillhhdhlihancebapncl
Offizielle URL https://chrome.google.com/webstore/detail/youtube-qr-generator/olpcofjioofgillhhdhlihancebapncl
Beschreibung Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier
Dateigröße 63.9 KB
Installationsanzahl 10
Aktuelle Version 0.0.2
Letztes Update 2017-08-22
Veröffentlichungsdatum 2017-08-22
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler oguzhankatli
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}