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