Freshy Search

Set Freshy Search as a Default Search provider.

Freshy Searchคืออะไร?

Freshy Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Freshy และคุณลักษณะหลักของมันคือ "Set Freshy Search as a Default Search provider."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freshy Search

ดาวน์โหลดไฟล์ส่วนขยาย Freshy Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension updates browser Web Search provider to Freshy Search. 

Click on Extension icon in your Browser to Search for Web, Recipes, TV/Movies, Manuals, Templates etc. for your custom search experience. 

By installing this extension, you agree to the Terms of Service (https://search.freshy.com/terms-of-service.html) and Privacy Policy (https://search.freshy.com/privacy-policy.html)

Permissions used & reasons:

"Read and change your data on a number of websites"
For our extension to work, we require access to these websites we own and manage.

"Read your browsing history"
This allows us to manage browser tabs and provide relevant product specific information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Freshy Search Freshy Search
ID oikgbpcmdphfkhplgkfngjilemlolann
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/freshy-search/oikgbpcmdphfkhplgkfngjilemlolann
คำอธิบาย Set Freshy Search as a Default Search provider.
ขนาดไฟล์ 79.57 KB
จำนวนการติดตั้ง 23,033
เวอร์ชันปัจจุบัน 1.23.211
อัปเดตครั้งล่าสุด 2023-02-15
วันที่เผยแพร่ 2022-01-28
ผู้พัฒนา Freshy
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://search.freshy.com/privacy-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freshy Search",
    "short_name": "FreshySearch",
    "description": "Set Freshy Search as a Default Search provider.",
    "version": "1.23.211",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Freshy Search",
        "default_popup": "popup\/popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Web",
            "is_default": true,
            "encoding": "UTF-8",
            "keyword": "search",
            "favicon_url": "https:\/\/search.freshysearch-api.net\/favicon.ico",
            "search_url": "https:\/\/search.freshysearch-api.net\/search\/{searchTerms}",
            "suggest_url": "https:\/\/meta.freshysearch-api.net\/sug\/?s={searchTerms}"
        }
    },
    "host_permissions": [
        "*:\/\/*.freshysearch-api.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/search.freshy.com\/*",
                "*:\/\/search.yahoo.com\/yhs\/search?hspart=tro*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "search",
        "declarativeNetRequest"
    ],
    "manifest_version": 3
}