Social Search Extension

Search Extension Powered by Ask

Social Search Extensionคืออะไร?

Social Search Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.socialsearch.com และคุณลักษณะหลักของมันคือ "Search Extension Powered by Ask"

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

screenshot
screenshot
screenshot

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

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

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

                        A convenient and excellent browsing tool that gives you quick access to social content as well as access to search, images, videos, and news. 

To get a better understanding of the extension, read below carefully:

The social search extension will take over your search and will become your default search engine when installed.

By clicking the "Add To Chrome" button and activating the Social Search browser extension, you are agreeing to setting your Default Search to that provided by the service and the Social Search Terms of Agreement (found here: http://www.socialsearch.com/terms) and its Privacy Policy (found here: http://www.socialsearch.com/privacy

To remove the extension from your Chrome browser, please use the below directions. For assistance, please contact this email address: [email protected]

1) Find the 3 vertical dots icon in the top right of your Chrome web browser.
2) Click on "Settings".
3) Find and click on "Extensions".
4) Look for the "Social Search" extension and click on the trash can to the right of the extension.
5) You must restart your browser in order for the changes to take effect and the extension to be uninstalled.                    

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

ชื่อ Social Search Extension Social Search Extension
ID ccfegkmjedabmflfbkplckokanloiood
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/social-search-extension/ccfegkmjedabmflfbkplckokanloiood
คำอธิบาย Search Extension Powered by Ask
ขนาดไฟล์ 35.78 KB
จำนวนการติดตั้ง 1,227
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2020-11-04
วันที่เผยแพร่ 2020-11-03
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.socialsearch.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://socialsearch.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.socialsearch.com\/image\/fav-icons\/16.png",
            "is_default": true,
            "keyword": "askweb",
            "name": "Social Web Search",
            "search_url": "https:\/\/www.socialsearch.com\/redirect?q={searchTerms}",
            "suggest_url": "https:\/\/www.socialsearch.com\/redirect?q={searchTerms}"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/ext.js"
            ],
            "matches": [
                "*:\/\/*.socialsearch.com\/*",
                "*:\/\/socialsearch.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Search Extension Powered by Ask",
    "browser_action": {
        "default_title": "Social Search",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Social Search Extension",
    "permissions": [
        "*:\/\/*.socialsearch.com\/*",
        "*:\/\/socialsearch.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8"
}