Social Search Extension

Extension for privacy protection for your browser.

Social Search Extension란 무엇입니까?

Social Search Extension은(는) developers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for privacy protection for your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Social Search Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Stop worrying, start browsing!
Take back your privacy on every device with Social Search.

Privacy, simplified.
Seamlessly take control of your personal information, no atter where the Internet takes you.

Privacy, at a glance.
The Privacy Grade shows you how much a site can be trusted, before and after our Privacy. Protection is applied.

Smarter encryption.
We force sites to use encrypted connections when available, protecting your data from prying eyes.

Escape advertising trackers.
Our tracker blocker stops advertisers from tracking you on the sites you visit. The Internet just got less creepy.

To install the socialsearch chrome extension:
1️⃣ Click the "Add to Chrome" button.
2️⃣ Add "socialsearch" box appears > click "Add extension.".
3️⃣ Installation completed! Enjoy the savings!

By clicking the "Add To Chrome" button and activating the socialsearch extension, you agree to socialsearch.com's:
✅ Terms of Agreement (found here: https://socialsearch.com/terms)
✅ Privacy Policy (found here: https://socialsearch.com/privacy

For inquiries, please contact: [email protected]

To remove the extension from your Chrome browser:
⛔ Click the Google Extensions icon located in the upper right corner of your browser.
⛔ Locate and click the three vertical dots corresponding to the socialsearch extension.
⛔ Click "Remove from Chrome..." and a confirmation box will appear.                    

확장 프로그램 기본 정보

이름 Social Search Extension Social Search Extension
ID bbbembblhbfclkjhihpifgbaebdomplf
공식 URL https://chromewebstore.google.com/detail/social-search-extension/bbbembblhbfclkjhihpifgbaebdomplf
설명 Extension for privacy protection for your browser.
파일 크기 1.06 MB
설치 횟수 207
현재 버전 1.1.0
최근 업데이트 2022-08-05
출시 날짜 2022-07-25
개발자 developers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://socialsearch.com
개인정보 보호 정책 페이지 URL https://items.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Extension for privacy protection for your browser.",
    "version": "1.1.0",
    "manifest_version": 3,
    "name": "Social Search Extension",
    "options_page": "options.html",
    "feedback_page": "feedback.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "32.png"
    },
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "32": "32.png",
        "38": "38.png",
        "48": "48.png",
        "64": "64.png",
        "96": "96.png",
        "112": "112.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "css": [
                "content.styles.css"
            ],
            "js": [
                "assets\/js\/inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "128.png",
                "32.png"
            ],
            "matches": []
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "permissions": [
        "contextMenus",
        "webRequest",
        "declarativeNetRequest",
        "webNavigation",
        "activeTab",
        "tabs",
        "storage",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "storage": {
        "managed_schema": "assets\/managed-schema.json"
    }
}