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
官方網址 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"
    }
}