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"
    }
}