13TABS
13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.
Vad är 13TABS?
13TABS är en Chrome-tillägg utvecklad av https://13tabs.com, och dess huvudfunktion är "13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.".
Tilläggsskärmbilder
Ladda ner 13TABS-förlängningens CRX-fil
Ladda ner 13TABS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | cffbikjbdjlafdhlfkegmojlelpgmglb |
| Officiell webbadress | https://chromewebstore.google.com/detail/13tabs/cffbikjbdjlafdhlfkegmojlelpgmglb |
| Beskrivning | 13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news. |
| Filstorlek | 8.92 KB |
| Antal Installationer | 44 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2021-06-15 |
| Publiceringsdatum | 2021-06-13 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://13tabs.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.13tabs.com |
| Hjälpsida URL | https://www.13tabs.com/contact-us/ |
| URL till Sekretesspolicy Sidan | https://www.13tabs.com/privacy |
| Stödda Språk | 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": []
} | |