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はTHE LÄNDによって開発されたChromeの拡張機能で、その主な機能は「THE LÄNDMAKER turns Baden-Württemberg into THE LÄND – in every text you read online.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

THE LÄNDMAKER拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}