13TABS
13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.
什麼是13TABS?
13TABS是由https://13tabs.com開發的Chrome擴展程式,該擴展的主要功能是“13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.”。
擴展截圖
下載13TABS擴展crx文件
下載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 |
| 官方網址 | 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": []
} | |