Funda Vertaler

Brengt de fun terug in Funda!

Cos'è Funda Vertaler?

Funda Vertaler è un'estensione di Chrome sviluppata da Laurens Winkelhagen, e la sua funzione principale è "Brengt de fun terug in Funda!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Funda Vertaler

Scarica i file di estensione Funda Vertaler 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

                        * 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!                    

Informazioni di Base sull'Estensione

Nome Funda Vertaler Funda Vertaler
ID ojacaigpgflgoibdmlgigaakohhojbpg
URL Ufficiale https://chromewebstore.google.com/detail/funda-vertaler/ojacaigpgflgoibdmlgigaakohhojbpg
Descrizione Brengt de fun terug in Funda!
Dimensione del File 95.14 KB
Conteggio Installazioni 33
Versione Corrente 0.2.4
Ultimo Aggiornamento 2023-03-21
Data di Pubblicazione 2013-11-29
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Laurens Winkelhagen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}