13TABS

13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.

O que é 13TABS?

13TABS é uma extensão do Chrome desenvolvida por https://13tabs.com, e sua principal característica é "13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão 13TABS

Baixe arquivos de extensão 13TABS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 13TABS 13TABS
ID cffbikjbdjlafdhlfkegmojlelpgmglb
URL Oficial https://chromewebstore.google.com/detail/13tabs/cffbikjbdjlafdhlfkegmojlelpgmglb
Descrição 13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.
Tamanho do Arquivo 8.92 KB
Contagem de Instalações 44
Versão Atual 0.1
Última Atualização 2021-06-15
Data de Publicação 2021-06-13
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://13tabs.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.13tabs.com
URL da Página de Ajuda https://www.13tabs.com/contact-us/
URL da Página de Política de Privacidade https://www.13tabs.com/privacy
Idiomas Suportados 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": []
}