BetterCacher
The BetterCacher Chrome extension will show you on the geocaching.com page if the cache is listed on BetterCacher.
BetterCacher là gì?
BetterCacher là một tiện ích mở rộng Chrome được phát triển bởi https://bettercacher.org, và tính năng chính của nó là "The BetterCacher Chrome extension will show you on the geocaching.com page if the cache is listed on BetterCacher.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BetterCacher
Tải xuống các tệp mở rộng BetterCacher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BetterCacher |
ID | lbbohdofgdoajgpaafihgcbgpciecocl |
URL Chính Thức | https://chromewebstore.google.com/detail/bettercacher/lbbohdofgdoajgpaafihgcbgpciecocl |
Mô tả | The BetterCacher Chrome extension will show you on the geocaching.com page if the cache is listed on BetterCacher. |
Kích Thước Tệp | 60.67 KB |
Số Lần Cài Đặt | 173 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2023-09-05 |
Ngày Phát Hành | 2020-04-25 |
Nhà Phát Triển | https://bettercacher.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bettercacher.org/addons |
URL Trang Trợ Giúp | https://bettercacher.org/support |
URL Trang Chính Sách Bảo Mật | https://bettercacher.org/data-protection |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |