9ZOOM - 9gag Avatar Zoom
Unofficial extension that zooms the 9gag users avatars on mouse hover.
Was ist 9ZOOM - 9gag Avatar Zoom?
9ZOOM - 9gag Avatar Zoom ist eine Chrome-Erweiterung, die von slipknoize entwickelt wurde, und ihr Hauptmerkmal ist "Unofficial extension that zooms the 9gag users avatars on mouse hover.".
Erweiterungsscreenshots
9ZOOM - 9gag Avatar Zoom-Erweiterungs-CRX-Datei herunterladen
Laden Sie 9ZOOM - 9gag Avatar Zoom-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
With 9ZOOM you can view a bigger Avatar Picture from 9gag.com commentary section. Just mouse hover the original user profile image, and see the magic happening!
Grundlegende Informationen zur Erweiterung
Name | |
ID | amlibgjdibjookcmegippkkcpkflbgio |
Offizielle URL | https://chrome.google.com/webstore/detail/9zoom-9gag-avatar-zoom/amlibgjdibjookcmegippkkcpkflbgio |
Beschreibung | Unofficial extension that zooms the 9gag users avatars on mouse hover. |
Dateigröße | 132 KB |
Installationsanzahl | 44 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2017-02-24 |
Veröffentlichungsdatum | 2017-02-24 |
Bewertung | 3.86/5 Insgesamt 7 Bewertungen |
Entwickler | slipknoize |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "9ZOOM - 9gag Avatar Zoom", "short_name": "9ZOOM", "version": "0.1.3", "manifest_version": 2, "description": "Unofficial extension that zooms the 9gag users avatars on mouse hover.", "browser_action": { "default_icon": "icon.png", "default_title": "9ZOOM", "default_popup": "extension.html" }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.9gag.com\/*", "https:\/\/*.9gag.com\/*" ], "js": [ "jquery.js", "9zoom.js" ] } ], "web_accessible_resources": [ "spinner.gif" ] } |