Fitminutes: Comparison Shopping Extension
Fitminutes: Comparison Shopping Extension
Fitminutes: Comparison Shopping Extensionคืออะไร?
Fitminutes: Comparison Shopping Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blender Networks Inc. และคุณลักษณะหลักของมันคือ "Fitminutes: Comparison Shopping Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fitminutes: Comparison Shopping Extension
ดาวน์โหลดไฟล์ส่วนขยาย Fitminutes: Comparison Shopping Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fitminutes: Comparison Shopping Extension |
ID | lkgbkpgkmbgleckdmmdnkjefecaicafh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fitminutes-comparison-sho/lkgbkpgkmbgleckdmmdnkjefecaicafh |
คำอธิบาย | Fitminutes: Comparison Shopping Extension |
ขนาดไฟล์ | 2.58 MB |
จำนวนการติดตั้ง | 33,582 |
เวอร์ชันปัจจุบัน | 1.2.5 |
อัปเดตครั้งล่าสุด | 2022-09-09 |
วันที่เผยแพร่ | 2021-04-22 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Blender Networks Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://fitminutes.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://blendernetworks.com/privacy-policy |
ภาษาที่รองรับ | 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" } } |