Shop Apotheke New Tab
Die offizielle Shop Apotheke New Tab!
什麼是Shop Apotheke New Tab?
Shop Apotheke New Tab是由https://gexsi.com開發的Chrome擴展程式,該擴展的主要功能是“Die offizielle Shop Apotheke New Tab!”。
擴展截圖
下載Shop Apotheke New Tab擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | ccinjconliphamlodcjahgngjmodpghi |
| 官方網址 | 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
}
}
} | |