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 | 
| 官方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": []
} | |