Hoverzoom Plus for Youtube videos

Easily view Youtube videos without loading another page by hovering over the links.

Was ist Hoverzoom Plus for Youtube videos?

Hoverzoom Plus for Youtube videos ist eine Chrome-Erweiterung, die von https://www.apptic.me entwickelt wurde, und ihr Hauptmerkmal ist "Easily view Youtube videos without loading another page by hovering over the links.".

Erweiterungsscreenshots

screenshot

Hoverzoom Plus for Youtube videos-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hoverzoom Plus for Youtube videos-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

                        View Youtube videos easily by hovering over them. An extension truly for the lazy - rather than clicking, why not stay on the same page?

Demo: https://www.apptic.me/projects/hoverzoom/                    

Grundlegende Informationen zur Erweiterung

Name Hoverzoom Plus for Youtube videos Hoverzoom Plus for Youtube videos
ID himebmdddlbemclikfplacbnmjgomlkk
Offizielle URL https://chromewebstore.google.com/detail/hoverzoom-plus-for-youtub/himebmdddlbemclikfplacbnmjgomlkk
Beschreibung Easily view Youtube videos without loading another page by hovering over the links.
Dateigröße 48.37 KB
Installationsanzahl 713
Aktuelle Version 1.0.2
Letztes Update 2014-06-09
Veröffentlichungsdatum 2014-06-09
Bewertung 3.92/5 Insgesamt 13 Bewertungen
Entwickler https://www.apptic.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.apptic.me/projects/hoverzoom/
Hilfeseite URL https://www.apptic.me/contact.php
URL der Datenschutzrichtlinien-Seite https://www.apptic.me/privacy.php
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hoverzoom Plus for Youtube videos",
    "short_name": "Hoverzoom for Youtube",
    "description": "Easily view Youtube videos without loading another page by hovering over the links.",
    "version": "1.0.2",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}