Funda Foto Extender
Alle foto's van een Funda object in 1 keer bekijken op de lijst pagina.
What is Funda Foto Extender?
Funda Foto Extender is a Chrome extension developed by Rutger Smit, and its main feature is "Alle foto's van een Funda object in 1 keer bekijken op de lijst pagina.".
Extension Screenshots
Download Funda Foto Extender Extension CRX File
Download Funda Foto Extender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Deze extension laat op de lijstpagina van Funda meer foto's zien. Je hoeft daardoor niet naar de detailpagina.
Extension Basic Information
Name | Funda Foto Extender |
ID | pclebigbjegimhhnhhhhakdpcpjmobop |
Official URL | https://chromewebstore.google.com/detail/funda-foto-extender/pclebigbjegimhhnhhhhakdpcpjmobop |
Description | Alle foto's van een Funda object in 1 keer bekijken op de lijst pagina. |
File Size | 37.28 KB |
Installation Count | 58 |
Current Version | 1.0.2 |
Last Updated | 2023-07-14 |
Publish Date | 2023-06-27 |
Developer | Rutger Smit |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/rutgersmit/funda-fotos |
Supported Languages | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Funda Foto Extender", "version": "1.0.2", "description": "Alle foto's van een Funda object in 1 keer bekijken op de lijst pagina.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.funda.nl\/*" ] } ] } |