Shop Apotheke New Tab
Die offizielle Shop Apotheke New Tab!
Shop Apotheke New Tabคืออะไร?
Shop Apotheke New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gexsi.com และคุณลักษณะหลักของมันคือ "Die offizielle Shop Apotheke New Tab!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shop Apotheke New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Shop Apotheke New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shop Apotheke New Tab |
ID | ccinjconliphamlodcjahgngjmodpghi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shop-apotheke-new-tab/ccinjconliphamlodcjahgngjmodpghi |
คำอธิบาย | Die offizielle Shop Apotheke New Tab! |
ขนาดไฟล์ | 865 KB |
จำนวนการติดตั้ง | 103 |
เวอร์ชันปัจจุบัน | 2.6.3 |
อัปเดตครั้งล่าสุด | 2022-04-22 |
วันที่เผยแพร่ | 2020-08-19 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://gexsi.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.shop-apotheke.com/ |
URL หน้าช่วยเหลือ | https://www.shop-apotheke.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://good-search.eu/datenschutz |
ภาษาที่รองรับ | 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 } } } |