Trustnav Safesearch BETA
Trustnav prevents you from accessing dangerous websites and blocks unwanted ads.
Trustnav Safesearch BETA란 무엇입니까?
Trustnav Safesearch BETA은(는) http://trustnav.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Trustnav prevents you from accessing dangerous websites and blocks unwanted ads."입니다.
확장 프로그램 스크린샷
Trustnav Safesearch BETA 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
¡Keep your navigation safe with Trustnav safebrowsing!
Trustnav Safebrowsing keeps you safe by checking every website or download you are visiting or downloading.
If the website or download is rated as unsafe, you will be notified to prevent you from credit card thefht, giving to hackers your credentials, download ransomware or malware.
Anti adware and malicious search results:
Trustnav controls the search page so no other adware toolbars can take control of your new tab.
By installing Trustnav's Safebrowsing you accept the following ToS and Privacy Policy: www.trustnav.com/privacy 확장 프로그램 기본 정보
| 이름 | |
| ID | jciaenfnoomjejlmbnpcfgaifmbifgcj |
| 공식 URL | https://chrome.google.com/webstore/detail/jciaenfnoomjejlmbnpcfgaifmbifgcj |
| 설명 | Trustnav prevents you from accessing dangerous websites and blocks unwanted ads. |
| 파일 크기 | 720 KB |
| 설치 횟수 | 1,391 |
| 현재 버전 | 5.3.3 |
| 최근 업데이트 | 2021-04-16 |
| 출시 날짜 | 2020-05-27 |
| 평점 | 4.09/5 총 129 개의 평점 |
| 개발자 | http://trustnav.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 개인정보 보호 정책 페이지 URL | https://www.trustnav.com/en/legal/privacy |
| 지원되는 언어 | en,fr,es,pt-BR,pt-PT |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trustnav Safesearch BETA",
"short_name": "Trustnav Safesearch",
"default_locale": "en",
"version": "5.3.3",
"description": "Trustnav prevents you from accessing dangerous websites and blocks unwanted ads.",
"browser_action": {
"default_icon": ".\/icons\/Safe48.png",
"default_title": "Trustnav Safesearch",
"default_popup": ".\/views\/popup\/popup.html"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "Trustnav safe search",
"keyword": "trustnav",
"favicon_url": "https:\/\/www.trustnav.com\/favicon.png",
"search_url": "https:\/\/safesearch.trustnav.com\/?src=ext&action=search&q={searchTerms}",
"is_default": true,
"encoding": "utf8"
}
},
"content_scripts": [
{
"all_frames": false,
"js": [
".\/vendors\/jquery.min.js",
".\/config\/config.js",
".\/utils\/utils.js",
".\/content_scripts\/notifications.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"*:\/\/*.trustnav.com\/*"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/safesearch.trustnav.com\/*"
],
"js": [
".\/content_scripts\/search_engine\/search.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/g.results.supply\/*"
],
"js": [
".\/content_scripts\/search_engine\/search_tracker_trustnav.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/*.search.yahoo.com\/*"
],
"js": [
".\/content_scripts\/search_engine\/search_tracker_yahoo.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/www.bing.com\/*"
],
"js": [
".\/content_scripts\/search_engine\/search_tracker_bing.js"
],
"run_at": "document_idle"
},
{
"all_frames": false,
"js": [
".\/content_scripts\/account.js"
],
"matches": [
"*:\/\/master-account.trustnav.com\/*",
"*:\/\/account.trustnav.com\/*"
],
"run_at": "document_end"
},
{
"all_frames": false,
"js": [
".\/config\/config.js",
".\/content_scripts\/trustnav_frame.js"
],
"matches": [
" | |