Really Good Search

Get Really Good Search results with Really Good Search

Really Good Search란 무엇입니까?

Really Good Search은(는) https://rgoodsearch.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Really Good Search results with Really Good Search"입니다.

확장 프로그램 스크린샷

screenshot

Really Good Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get Really Good Search results with ReallyGoodSearch
Search securely and get the most relevant results powered by ReallyGoodSearch!
By clicking "Add to Chrome", you agree to be bound by our Terms and Conditions and Privacy Policy, add it extension to your Chrome browser and change your default Web search  to ReallyGoodSearch.online (ReallyGoodSearch will redirect query to bing, google or another search engine most relevant to your country).                    

확장 프로그램 기본 정보

이름 Really Good Search Really Good Search
ID hpgakmidnhmohgocobbebmeaehfajfll
공식 URL https://chrome.google.com/webstore/detail/really-good-search/hpgakmidnhmohgocobbebmeaehfajfll
설명 Get Really Good Search results with Really Good Search
파일 크기 212 KB
설치 횟수 5,000
현재 버전 1.0.2
최근 업데이트 2022-06-30
출시 날짜 2021-10-29
평점 1.00/5 총 29 개의 평점
개발자 https://rgoodsearch.online
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://rgoodsearch.online/privacy.html
지원되는 언어 en
manifest.json
{
    "author": "Dmitry Loginov",
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/16x16.png"
        },
        "default_title": "Really Good Search"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/rgoodsearch.online\/assets\/img\/favicon.ico",
            "is_default": true,
            "keyword": "Really Good Search",
            "name": "Really Good Search",
            "params": "__PARAM__",
            "search_url": "https:\/\/rgoodsearch.online\/query\/?query={searchTerms}"
        }
    },
    "content_security_policy": {
        "extension_page": "script-src 'self'; object-src 'self'"
    },
    "description": "Get Really Good Search results with Really Good Search",
    "homepage_url": "https:\/\/rgoodsearch.online\/",
    "icons": {
        "128": "assets\/icons\/128x128.png",
        "16": "assets\/icons\/16x16.png",
        "24": "assets\/icons\/24x24.png",
        "256": "assets\/icons\/256x256.png",
        "48": "assets\/icons\/48x48.png",
        "96": "assets\/icons\/96x96.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtyNpL1VpoiKP3CBXO8604a6AZBR2uQ3QHmx32kxPHdgDQunhmNimFZn98QyhWexS3Y8rUk7Hw3pg1DhfF785UXu0h3NegPJ00YdVS4NddSUtEnJ9ykqDHbBEaoMSKGakXBOfZEIJUrfy38MRqc7eJdeJTYXVXTvgEhoI080H50CUEqKGfDiabpf3HfUWDbl8cX6YV\/Ugd4cx3qRB3ImuCRFras9w36T2HegebcAnozQqS0QxWhpHvX65rmIKYDzNhyaVL5YmvOdDotfl2wj+fQ3TwAzp59iAuCYYBN+mw26GmyW2p5HIb6X06cftobJX1b1b8BviB800n7KsNpKWmwIDAQAB",
    "manifest_version": 3,
    "minimum_chrome_version": "89",
    "name": "Really Good Search",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.rgoodsearch.online\/*"
    ],
    "short_name": "Really Good Search",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.html",
                "assets\/js\/*.js",
                "assets\/icons\/*.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}