BetterCacher

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

Apa itu BetterCacher?

BetterCacher adalah ekstensi Chrome yang dikembangkan oleh https://bettercacher.org, dan fitur utamanya adalah "The BetterCacher Chrome extension will show you on the geocaching.com page if the cache is listed on BetterCacher.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BetterCacher

Unduh file ekstensi BetterCacher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama BetterCacher BetterCacher
ID lbbohdofgdoajgpaafihgcbgpciecocl
URL Resmi https://chromewebstore.google.com/detail/bettercacher/lbbohdofgdoajgpaafihgcbgpciecocl
Deskripsi The BetterCacher Chrome extension will show you on the geocaching.com page if the cache is listed on BetterCacher.
Ukuran File 60.67 KB
Jumlah Instalasi 173
Versi Saat Ini 1.0.8
Terakhir Diperbarui 2023-09-05
Tanggal Publikasi 2020-04-25
Pengembang https://bettercacher.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bettercacher.org/addons
URL Halaman Bantuan https://bettercacher.org/support
URL Halaman Kebijakan Privasi https://bettercacher.org/data-protection
Bahasa yang Didukung 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"
    }
}