13TABS
13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.
Что такое 13TABS?
13TABS - это расширение Chrome, разработанное https://13tabs.com, и его основная функция - "13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.".
Снимки экрана расширения
Скачать файл CRX расширения 13TABS
Скачайте файлы расширений 13TABS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | cffbikjbdjlafdhlfkegmojlelpgmglb |
| Официальный URL | https://chromewebstore.google.com/detail/13tabs/cffbikjbdjlafdhlfkegmojlelpgmglb |
| Описание | 13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news. |
| Размер файла | 8.92 KB |
| Количество установок | 44 |
| Текущая Версия | 0.1 |
| Последнее Обновление | 2021-06-15 |
| Дата публикации | 2021-06-13 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | https://13tabs.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.13tabs.com |
| URL страницы помощи | https://www.13tabs.com/contact-us/ |
| URL страницы политики конфиденциальности | https://www.13tabs.com/privacy |
| Поддерживаемые языки | 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": []
} | |