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
电子邮箱 [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"
    }
}