BetterCacher

The BetterCacher Chrome extension will show you on the geocaching.com page if the cache is listed on BetterCacher.

什么是BetterCacher?

BetterCacher是由https://bettercacher.org开发的Chrome扩展程序,该扩展的主要功能是“The BetterCacher Chrome extension will show you on the geocaching.com page if the cache is listed on BetterCacher.”。

扩展截图

screenshot

下载BetterCacher扩展crx文件

下载BetterCacher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Powered by the BetterCacher API. Supports the languages English, German, Dutch and Polish.

What is BetterCacher?
More information can be found here: 
bettercacher.org/redirecting?link=how-it-works                    

扩展基本信息

名称 BetterCacher BetterCacher
ID lbbohdofgdoajgpaafihgcbgpciecocl
官方URL https://chromewebstore.google.com/detail/bettercacher/lbbohdofgdoajgpaafihgcbgpciecocl
简介 The BetterCacher Chrome extension will show you on the geocaching.com page if the cache is listed on BetterCacher.
文件大小 60.67 KB
安装次数 173
当前版本 1.0.8
更新时间 2023-09-05
上架时间 2020-04-25
开发者 https://bettercacher.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bettercacher.org/addons
帮助页面URL https://bettercacher.org/support
隐私政策页面URL https://bettercacher.org/data-protection
支持的语言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterCacher",
    "short_name": "BetterCacher",
    "version": "1.0.8",
    "author": "BetterCacher Team",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.geocaching.com\/*",
                "http:\/\/*.geocaching.com\/*",
                "https:\/\/*.bettercacher.org\/*"
            ],
            "js": [
                "jquery.min.js",
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.geocaching.com\/*",
        "http:\/\/*.geocaching.com\/*",
        "https:\/\/*.bettercacher.org\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    }
}