13TABS
13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.
Was ist 13TABS?
13TABS ist eine Chrome-Erweiterung, die von https://13tabs.com entwickelt wurde, und ihr Hauptmerkmal ist "13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.".
Erweiterungsscreenshots
13TABS-Erweiterungs-CRX-Datei herunterladen
Laden Sie 13TABS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
13TABS, India's search engine that respects your privacy & helps to prevent the spread of fake-news.
At 13TABS, we do not store your search history and browsing behavior. With the help of 13TABS fact-checking tool, you can fact-check viral social media posts or news.
This extension will make privacy respecting 13TABS, your default search engine. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cffbikjbdjlafdhlfkegmojlelpgmglb |
| Offizielle URL | https://chromewebstore.google.com/detail/13tabs/cffbikjbdjlafdhlfkegmojlelpgmglb |
| Beschreibung | 13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news. |
| Dateigröße | 8.92 KB |
| Installationsanzahl | 44 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2021-06-15 |
| Veröffentlichungsdatum | 2021-06-13 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://13tabs.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.13tabs.com |
| Hilfeseite URL | https://www.13tabs.com/contact-us/ |
| URL der Datenschutzrichtlinien-Seite | https://www.13tabs.com/privacy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "13TABS",
"version": "0.1",
"manifest_version": 2,
"description": "13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.",
"browser_action": {
"default_icon": "resources\/search.png",
"default_popup": "popup.html"
},
"chrome_settings_overrides": {
"search_provider": {
"encoding": "UTF-8",
"favicon_url": "https:\/\/www.13tabs.com\/favicon.ico",
"is_default": true,
"keyword": "13tabs.com",
"name": "13TABS",
"search_url": "https:\/\/www.13tabs.com\/search\/?p=web&so=tt&q={searchTerms}"
}
},
"permissions": []
} | |