9ZOOM - 9gag Avatar Zoom
Unofficial extension that zooms the 9gag users avatars on mouse hover.
Cos'è 9ZOOM - 9gag Avatar Zoom?
9ZOOM - 9gag Avatar Zoom è un'estensione di Chrome sviluppata da slipknoize, e la sua funzione principale è "Unofficial extension that zooms the 9gag users avatars on mouse hover.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 9ZOOM - 9gag Avatar Zoom
Scarica i file di estensione 9ZOOM - 9gag Avatar Zoom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | amlibgjdibjookcmegippkkcpkflbgio |
URL Ufficiale | https://chrome.google.com/webstore/detail/9zoom-9gag-avatar-zoom/amlibgjdibjookcmegippkkcpkflbgio |
Descrizione | Unofficial extension that zooms the 9gag users avatars on mouse hover. |
Dimensione del File | 132 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2017-02-24 |
Data di Pubblicazione | 2017-02-24 |
Valutazione | 3.86/5 Totale 7 Valutazioni |
Sviluppatore | slipknoize |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |