Hyves fotodownload
Voeg een 'Download'-knop toe aan foto's op Hyves
什么是Hyves fotodownload?
Hyves fotodownload是由Tum开发的Chrome扩展程序,该扩展的主要功能是“Voeg een 'Download'-knop toe aan foto's op Hyves”。
扩展截图
下载Hyves fotodownload扩展crx文件
下载Hyves fotodownload扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
In samenwerking met @wazoomie <3
扩展基本信息
名称 | |
ID | heobnmcdaclopkjoifemjilpngaahpjb |
官方URL | https://chrome.google.com/webstore/detail/hyves-fotodownload/heobnmcdaclopkjoifemjilpngaahpjb |
简介 | Voeg een 'Download'-knop toe aan foto's op Hyves |
文件大小 | 15.99 KB |
安装次数 | 17 |
当前版本 | 1.1 |
更新时间 | 2013-07-18 |
上架时间 | 2013-07-18 |
评分 | 5.00/5 共2次评分 |
开发者 | Tum |
付费类型 | free |
支持的语言 | 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" } |