Result Hunter - Search Engine

Search with Freedom and Truth

Result Hunter - Search Engine란 무엇입니까?

Result Hunter - Search Engine은(는) https://resulthunter.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search with Freedom and Truth"입니다.

확장 프로그램 스크린샷

screenshot

Result Hunter - Search Engine 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use your address bar to find quick results for anything you want to search for with Result Hunter.

In a time when big media doesn't support your values, switch to the search engine built with freedom and truth.

➤ Instructions
1. Click "Add to Chrome"
2. Accept the terms.
3. Try to make a search, any search, with your URL bar.
4. Click "Keep Changes", the button on the right side.

When asked if you wanted to change your search engine, your first response may be to click the left button because it's lit up, but this is the wrong button. Click the RIGHT button, which is not lit up, because it says "keep changes".

➤ Features
* World class, entire web search results.
* Conservative values baked in. Truth is non-negotiable.
* No extension fluff (added tracking or bloatware)

➤Full Web Search Engine
Other attempts at conservative search engines are simply too small in scope. They may be useful for searching specific news events, but you only get results from those specific conservative news sites.

On Result Hunter, you can search for all sorts of things, just like you would search on Google or Bing.

Your results are more likely to freedom-oriented.

That way you can search for products, services, definitions, and any other sort of information you want, but you'll more likely land on websites that support your values.                    

확장 프로그램 기본 정보

이름 Result Hunter - Search Engine Result Hunter - Search Engine
ID ifpnohpjhndkloplmhdggjbablkfalik
공식 URL https://chromewebstore.google.com/detail/result-hunter-search-engi/ifpnohpjhndkloplmhdggjbablkfalik
설명 Search with Freedom and Truth
파일 크기 27.3 KB
설치 횟수 14,177
현재 버전 3.4.4
최근 업데이트 2024-02-18
출시 날짜 2019-06-05
평점 4.06/5 총 35 개의 평점
개발자 https://resulthunter.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://resulthunter.com/
도움말 페이지 URL https://resulthunter.com/pages/contact
개인정보 보호 정책 페이지 URL https://resulthunter.com/pages/Privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Result Hunter"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/resulthunter.com\/site\/uploads\/2022\/Nov\/22\/Result%20Hunter%20Logo%20-%20Icon%20Blue.png",
            "image_url": "https:\/\/resulthunter.com\/search?q={searchTerms}&engine=2&utm_source=extension&utm_medium=chrome&channel=8766289722",
            "is_default": true,
            "keyword": "resulthunter.com",
            "name": "Result Hunter",
            "search_url": "https:\/\/resulthunter.com\/search?q={searchTerms}&engine=1&utm_source=extension&utm_medium=chrome&channel=8766289722"
        }
    },
    "content_scripts": [
        {
            "css": [
                "extension.css"
            ],
            "matches": [
                "https:\/\/resulthunter.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Search with Freedom and Truth",
    "host_permissions": [
        "https:\/\/resulthunter.com\/"
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "192": "icon192.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4PLrKy7HkDHv4oz626ap+LF5lrxe4q720WwFAKe91ENOzEbGxXwN6badvQ1j65QXvkIjYNzHgTM7NlV2SILq5gkHljkvacQ69xEvjvniG49IS8Dl02WwhcjVYueq4Cqp\/aFWrpelG9C9v0pDQb3NVVtS+g0kwlxbWPoG0K\/0WB5qTTmScH9C9EgQw4fNGGdeVk\/8mnHfFWJUfXvJ7TxyzGFk\/5Z8MQgkXDANhltJPGjgKqkp8vUJAZzfdgbeyt3A1u0yUAMvp77FPpFyj\/sEsuPYu9TDjFAJrDzaK+p2\/E62+93il9JLWINcOrdqsYwpeo++m1XVEg+4uBxUwQq8EQIDAQAB",
    "manifest_version": 3,
    "name": "Result Hunter - Search Engine",
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [],
    "version": "3.4.4"
}