Hyves fotodownload
Voeg een 'Download'-knop toe aan foto's op Hyves
Was ist Hyves fotodownload?
Hyves fotodownload ist eine Chrome-Erweiterung, die von Tum entwickelt wurde, und ihr Hauptmerkmal ist "Voeg een 'Download'-knop toe aan foto's op Hyves".
Erweiterungsscreenshots
Hyves fotodownload-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hyves fotodownload-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
In samenwerking met @wazoomie <3
Grundlegende Informationen zur Erweiterung
Name | |
ID | heobnmcdaclopkjoifemjilpngaahpjb |
Offizielle URL | https://chrome.google.com/webstore/detail/hyves-fotodownload/heobnmcdaclopkjoifemjilpngaahpjb |
Beschreibung | Voeg een 'Download'-knop toe aan foto's op Hyves |
Dateigröße | 15.99 KB |
Installationsanzahl | 17 |
Aktuelle Version | 1.1 |
Letztes Update | 2013-07-18 |
Veröffentlichungsdatum | 2013-07-18 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Tum |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |