Search by SoSearcher

התוסף משנה את מנוע החיפוש שלך לSoSearcher

Co to jest Search by SoSearcher?

Search by SoSearcher to rozszerzenie Chrome opracowane przez http://sosearcher.com, a jego główną funkcją jest „התוסף משנה את מנוע החיפוש שלך לSoSearcher”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Search by SoSearcher

Pobierz pliki rozszerzeń Search by SoSearcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        התוסף משנה את מנוע החיפוש שלכם ל־SoSearcher ומתאים אישית עבורכם דפי תוכן מיוחדים.
באמצעות התוסף תוכלו לבצע חיפוש במגוון אתרים באינטרנט ולפתוח כרטיסייה חדשה בלחיצת כפתור על האייקון של התוסף.                    

Podstawowe informacje o rozszerzeniu

Nazwa Search by SoSearcher Search by SoSearcher
ID omdcmjcedldmaoeacnmccdecckeilaie
Oficjalny URL https://chrome.google.com/webstore/detail/search-by-sosearcher/omdcmjcedldmaoeacnmccdecckeilaie
Opis התוסף משנה את מנוע החיפוש שלך לSoSearcher
Rozmiar pliku 12.12 KB
Liczba instalacji 70,000
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2020-07-22
Data Publikacji 2020-07-22
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper http://sosearcher.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sosearcher.com/privacy.html
Obsługiwane Języki
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search by SoSearcher",
    "version": "1.1.0",
    "description": "\u05d4\u05ea\u05d5\u05e1\u05e3 \u05de\u05e9\u05e0\u05d4 \u05d0\u05ea \u05de\u05e0\u05d5\u05e2 \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e9\u05dc\u05da \u05dcSoSearcher",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/sosearcher.com\/favicon.ico",
            "image_url": "https:\/\/sosearcher.com\/search?q={searchTerms}&sid=g1.1",
            "image_url_post_params": "",
            "instant_url": "https:\/\/sosearcher.com\/search?q={searchTerms}&sid=g1.1",
            "instant_url_post_params": "",
            "is_default": true,
            "keyword": "https:\/\/sosearcher.com\/",
            "name": "SoSearcher",
            "search_url": "https:\/\/sosearcher.com\/search?q={searchTerms}&sid=g1.1",
            "search_url_post_params": "",
            "suggest_url": "https:\/\/sosearcher.com\/search?q={searchTerms}&sid=g1.1",
            "suggest_url_post_params": ""
        },
        "startup_pages": [
            "https:\/\/sosearcher.com\/"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        },
        "default_title": "\u05e4\u05ea\u05d7 \u05d8\u05d0\u05d1 \u05d7\u05d3\u05e9 \u05d1\u05d0\u05de\u05e2\u05e6\u05d5\u05ea SoSearcher"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.down4me.net\/*"
        ]
    }
}