Honey Search Protection

Protect your search data with our chrome extension now

Honey Search Protection란 무엇입니까?

Honey Search Protection은(는) https://use.honeysearchprotection.com/download에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect your search data with our chrome extension now"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Honey Search Protection 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing "Honey Search Protection," the buzz-worthy Chrome extension designed to sweeten your browsing experience by protecting your search data. With this extension, you can browse the internet without worrying about your information being tracked, logged, or shared with third parties.

Honey Search Protection works by encrypting your search data and hiding it from anyone who may be monitoring your online activity. This means that your search queries, browsing history, and personal information will remain completely confidential and private.

The extension also includes advanced features like IP address masking, which makes it harder for websites to track your location and online behavior. Additionally, Honey Search Protection blocks third-party cookies and web beacons, preventing advertisers and other entities from tracking your activity across the internet.

Honey Search Protection is easy to use and customizable to fit your specific privacy needs. You can choose which websites and services to block, whitelist trusted sites, and adjust your privacy settings as needed. 

As “busy bees'  ourselves, we understand that organization is a prerequisite for productivity. With Honey Search Protection, you’ll be able to customize your start page with “one click” access to your most  important links and folders. This way, you’ll never waste time trying to find the pages you were on. 

With Honey Search Protection, you can enjoy the freedom and security of browsing the internet without fear of being tracked or swarmed by data collectors. Protect your privacy and customize your search experience today with Honey Search Protection!

Terms of Use: 
https://use.honeysearchprotection.com/tos

Privacy Policy: 
https://use.honeysearchprotection.com/privacy

Contact us: 
[email protected]                    

확장 프로그램 기본 정보

이름 Honey Search Protection Honey Search Protection
ID kaagccfaeapfijdjdjmdfjbgfelniaoc
공식 URL https://chrome.google.com/webstore/detail/honey-search-protection/kaagccfaeapfijdjdjmdfjbgfelniaoc
설명 Protect your search data with our chrome extension now
파일 크기 1.2 MB
설치 횟수 4,000
현재 버전 3.3.8
최근 업데이트 2023-05-04
출시 날짜 2020-02-15
평점 3.00/5 총 10 개의 평점
개발자 https://use.honeysearchprotection.com/download
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://use.honeytabextension.com/download
개인정보 보호 정책 페이지 URL https://use.honeysearchprotection.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Honey Search Protection",
    "version": "3.3.8",
    "manifest_version": 3,
    "description": "Protect your search data with our chrome extension now",
    "homepage_url": "http:\/\/www.honeytabextension.com",
    "default_locale": "en",
    "action": {
        "default_title": "Honey Search Protection"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/js\/jquery.min.js",
                "\/assets\/js\/lodash.min.js",
                "\/assets\/js\/custom.js",
                "\/assets\/js\/plugin.js"
            ]
        }
    ],
    "permissions": [
        "geolocation",
        "history",
        "browsingData",
        "tabs",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        ""
    ],
    "icons": {
        "16": "assets\/img\/honey_tab_16x16.png",
        "32": "assets\/img\/honey_tab_32x32.png",
        "48": "assets\/img\/honey_tab_48x48.png",
        "128": "assets\/img\/honey_tab_128x128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "**.jpg",
                "**.png",
                "**.html",
                "**.css",
                "**.js"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}