Hyves fotodownload
Voeg een 'Download'-knop toe aan foto's op Hyves
Cos'è Hyves fotodownload?
Hyves fotodownload è un'estensione di Chrome sviluppata da Tum, e la sua funzione principale è "Voeg een 'Download'-knop toe aan foto's op Hyves".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hyves fotodownload
Scarica i file di estensione Hyves fotodownload 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
In samenwerking met @wazoomie <3
Informazioni di Base sull'Estensione
Nome | |
ID | heobnmcdaclopkjoifemjilpngaahpjb |
URL Ufficiale | https://chrome.google.com/webstore/detail/hyves-fotodownload/heobnmcdaclopkjoifemjilpngaahpjb |
Descrizione | Voeg een 'Download'-knop toe aan foto's op Hyves |
Dimensione del File | 15.99 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2013-07-18 |
Data di Pubblicazione | 2013-07-18 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Tum |
Tipo di Pagamento | free |
Lingue Supportate | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "all_frames": true, "js": [ "fix.js" ], "matches": [ "http:\/\/*.hyves.nl\/*" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*.hyves.nl\/*", "contextMenus" ], "description": "Voeg een 'Download'-knop toe aan foto's op Hyves", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "name": "Hyves fotodownload", "version": "1.1" } |