Shop Apotheke New Tab
Die offizielle Shop Apotheke New Tab!
Shop Apotheke New Tab là gì?
Shop Apotheke New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://gexsi.com, và tính năng chính của nó là "Die offizielle Shop Apotheke New Tab!".
Ả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 Shop Apotheke New Tab
Tải xuống các tệp mở rộng Shop Apotheke New Tab 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
Mit dieser Erweiterung kannst du Gexsi als Standard-Suche einrichten. Deine Suchanfragen mit Gexsi generieren Geld für innovative soziale Projekte. Die praktische Browser-Erweiterung für alle Mitarbeiter und Freunde der Shop Apotheke • Sofort-Zugriff auf die relevantesten Webseiten • Shop Apotheke News Feed • Attraktive Hintergrundbilder • Suchen und Gutes tun mit der sozialen Suche Gexsi • CO2-neutrale Suche, höchster Datenschutz Gexsi – Suchmaschine für eine bessere Welt • Mit deiner Suche unterstützt du die 17 UN-Nachhaltigkeitsziele (SDGs) • Suche mit besserem Datenschutz – wir schützen deine Privatsphäre • Setze ein Zeichen, dass du dich für eine bessere Welt engagierst
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shop Apotheke New Tab |
ID | ccinjconliphamlodcjahgngjmodpghi |
URL Chính Thức | https://chromewebstore.google.com/detail/shop-apotheke-new-tab/ccinjconliphamlodcjahgngjmodpghi |
Mô tả | Die offizielle Shop Apotheke New Tab! |
Kích Thước Tệp | 865 KB |
Số Lần Cài Đặt | 103 |
Phiên Bản Hiện Tại | 2.6.3 |
Cập Nhật Lần Cuối | 2022-04-22 |
Ngày Phát Hành | 2020-08-19 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://gexsi.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.shop-apotheke.com/ |
URL Trang Trợ Giúp | https://www.shop-apotheke.com/ |
URL Trang Chính Sách Bảo Mật | https://good-search.eu/datenschutz |
Ngôn Ngữ Được Hỗ Trợ | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shop Apotheke New Tab", "version": "2.6.3", "description": "Die offizielle Shop Apotheke New Tab!", "icons": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-96px.png", "128": "icons\/icon-256px.png" }, "chrome_url_overrides": { "newtab": "startpage.html#newTab" }, "browser_action": { "default_title": "New Tab" }, "permissions": [ "topSites" ], "optional_permissions": [ "history", "bookmarks", "chrome:\/\/favicon\/" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.shop-apotheke.com\/*" ] }, "chrome_settings_overrides": { "search_provider": { "name": "Gexsi", "search_url": "https:\/\/suggest.gexsi.com\/search?rtag=shpapoomn&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}", "suggest_url": "https:\/\/suggest.gexsi.com\/suggest?rtag=shpapoomn&rsrc=o&q={searchTerms}&fmt=cr", "favicon_url": "https:\/\/suggest.gexsi.com\/favicon.ico", "keyword": "gexsi", "encoding": "UTF-8", "is_default": true } } } |