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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } } |