Funda Vertaler
Brengt de fun terug in Funda!
What is Funda Vertaler?
Funda Vertaler is a Chrome extension developed by Laurens Winkelhagen, and its main feature is "Brengt de fun terug in Funda!".
Extension Screenshots
Download Funda Vertaler Extension CRX File
Download Funda Vertaler 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
* The real state of the real estate! Makelaarstaal kan zo typisch zijn; altijd zijn het royale kamers en een populaire wijk, terwijl iedereen wel weet dat die kamers gewoon ongezellig zijn, en de wijk duur! Deze extension helpt je! Automatisch voert hij allerlei kleine vertalingen door, die altijd nodig zijn wanneer je op funda.nl naar huizen aan het kijken bent. Ik hoop dat je veel plezier zult hebben van deze funda / makelaarstaal-parodie! * Puts the Fun back in Funda!
Extension Basic Information
Name | Funda Vertaler |
ID | ojacaigpgflgoibdmlgigaakohhojbpg |
Official URL | https://chromewebstore.google.com/detail/funda-vertaler/ojacaigpgflgoibdmlgigaakohhojbpg |
Description | Brengt de fun terug in Funda! |
File Size | 95.14 KB |
Installation Count | 33 |
Current Version | 0.2.4 |
Last Updated | 2023-03-21 |
Publish Date | 2013-11-29 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Laurens Winkelhagen |
[email protected] | |
Payment Type | free |
Supported Languages | en,nl |
manifest.json | |
{ "author": "Laurens Winkelhagen", "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "all_frames": false, "js": [ "jquery.js", "jquery.ba-replacetext.js", "contentscript.js" ], "matches": [ "http:\/\/*.funda.nl\/*", "https:\/\/*.funda.nl\/*" ], "run_at": "document_idle" } ], "default_locale": "nl", "description": "__MSG_appDesc__", "icons": { "128": "1350124753_house_128.png", "48": "1350124753_house.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZHZe5Asbie5vBiKmLeft+7BuMZnld2v8iMQz6Trw82G3b+QqgU1GydsOIsV\/dIDBp8U93vJ1i4IzABZassXwv7rH76ha2zFrH\/CZw3RwJsLpJ6A9uG5CWC8a3CYHR\/eFritHFc\/GfmNagXDK9+FHHFkMlSHfz704krvavsae+uwIDAQAB", "manifest_version": 3, "minimum_chrome_version": "91", "name": "__MSG_appName__", "options_page": "options.html", "action": { "default_icon": { "16": "1350124761_house.png", "48": "1350124753_house.png" }, "default_title": "Vertaal makelaarstaal!" }, "permissions": [ "storage", "declarativeContent" ], "short_name": "Funtaler", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.4" } |