THE LÄNDMAKER

THE LÄNDMAKER turns Baden-Württemberg into THE LÄND – in every text you read online.

Τι είναι το THE LÄNDMAKER;

Το THE LÄNDMAKER είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον THE LÄND, και η κύρια λειτουργία του είναι "THE LÄNDMAKER turns Baden-Württemberg into THE LÄND – in every text you read online.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης THE LÄNDMAKER

Λήψη αρχείων επέκτασης THE LÄNDMAKER σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Baden-Württemberg is THE LÄND - now also in your browser.

This extension for your browser scans all texts automatically and changes terms like "Baden-Württemberg" immediately to THE LÄND. Just download the browser extension and your FÄN heart will beat faster while surfing. 

Of course, THE LÄNDMAKER can be easily activated or deactivated at any time.

You can find more information about the campaign on our landing page at thelaend.de.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα THE LÄNDMAKER THE LÄNDMAKER
ID dbgahfhkdifpgbcjbjaonclbplfpbgfo
Επίσημο URL https://chromewebstore.google.com/detail/the-l%C3%A4ndmaker/dbgahfhkdifpgbcjbjaonclbplfpbgfo
Περιγραφή THE LÄNDMAKER turns Baden-Württemberg into THE LÄND – in every text you read online.
Μέγεθος Αρχείου 25.41 KB
Αριθμός Εγκαταστάσεων 1,252
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2022-03-25
Ημερομηνία Δημοσίευσης 2022-02-22
Αξιολόγηση 5.00/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής THE LÄND
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.thelaend.de
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "THE L\u00c4NDMAKER",
    "version": "1.0.1",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.thelaend.de\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/thelaend.de",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}