13TABS
13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.
¿Qué es 13TABS?
13TABS es una extensión de Chrome desarrollada por https://13tabs.com, y su función principal es "13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 13TABS
Descarga archivos de extensión 13TABS en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | cffbikjbdjlafdhlfkegmojlelpgmglb |
| URL Oficial | https://chromewebstore.google.com/detail/13tabs/cffbikjbdjlafdhlfkegmojlelpgmglb |
| Descripción | 13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news. |
| Tamaño del Archivo | 8.92 KB |
| Cantidad de Instalaciones | 44 |
| Versión Actual | 0.1 |
| Última Actualización | 2021-06-15 |
| Fecha de Publicación | 2021-06-13 |
| Calificación | 5.00/5 Total de 2 Calificaciones |
| Desarrollador | https://13tabs.com |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://www.13tabs.com |
| URL de la Página de Ayuda | https://www.13tabs.com/contact-us/ |
| URL de la Página de Política de Privacidad | https://www.13tabs.com/privacy |
| Idiomas Soportados | 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": []
} | |