Fitminutes: Comparison Shopping Extension
Fitminutes: Comparison Shopping Extension
Fitminutes: Comparison Shopping Extension là gì?
Fitminutes: Comparison Shopping Extension là một tiện ích mở rộng Chrome được phát triển bởi Blender Networks Inc., và tính năng chính của nó là "Fitminutes: Comparison Shopping Extension".
Ả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 Fitminutes: Comparison Shopping Extension
Tải xuống các tệp mở rộng Fitminutes: Comparison Shopping Extension 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
Quickly access the latest fitness articles plus search the web all in one place. The Fitminutes.com extension replaces your browsers New Tab and search engine with a brand new experience that lets you search the web as well as get quick access to the latest fitness articles from Fitminutes.com Here's how you can access this functionality: Install the extension Open a new tab Please read carefully: By installing this application, you agree to the End User License Agreement and the Privacy Policy. Please note that this extension provides an easy to use search option right inside your new tab extension. This extension will override the default search engine of the Chrome browser NewTab and Omnibox search to Bing.com. https://fitminutes.com/privacy-policy/ https://fitminutes.com/terms-of-use/ https://fitminutes.com/eula/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fitminutes: Comparison Shopping Extension |
ID | lkgbkpgkmbgleckdmmdnkjefecaicafh |
URL Chính Thức | https://chromewebstore.google.com/detail/fitminutes-comparison-sho/lkgbkpgkmbgleckdmmdnkjefecaicafh |
Mô tả | Fitminutes: Comparison Shopping Extension |
Kích Thước Tệp | 2.58 MB |
Số Lần Cài Đặt | 33,582 |
Phiên Bản Hiện Tại | 1.2.5 |
Cập Nhật Lần Cuối | 2022-09-09 |
Ngày Phát Hành | 2021-04-22 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Blender Networks Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://fitminutes.com/ |
URL Trang Chính Sách Bảo Mật | https://blendernetworks.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fitminutes: Comparison Shopping Extension", "description": "Fitminutes: Comparison Shopping Extension", "version": "1.2.5", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "host_permissions": [ "https:\/\/*.brainiaccommerce.com\/*", "https:\/\/fitminutes.com\/blog-2" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ], "matches": [], "extension_ids": [] } ], "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" } } |