Search by SoSearcher
התוסף משנה את מנוע החיפוש שלך לSoSearcher
What is Search by SoSearcher?
Search by SoSearcher is a Chrome extension developed by http://sosearcher.com, and its main feature is "התוסף משנה את מנוע החיפוש שלך לSoSearcher".
Extension Screenshots
Download Search by SoSearcher Extension CRX File
Download Search by SoSearcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
התוסף משנה את מנוע החיפוש שלכם ל־SoSearcher ומתאים אישית עבורכם דפי תוכן מיוחדים. באמצעות התוסף תוכלו לבצע חיפוש במגוון אתרים באינטרנט ולפתוח כרטיסייה חדשה בלחיצת כפתור על האייקון של התוסף.
Extension Basic Information
Name | |
ID | omdcmjcedldmaoeacnmccdecckeilaie |
Official URL | https://chrome.google.com/webstore/detail/search-by-sosearcher/omdcmjcedldmaoeacnmccdecckeilaie |
Description | התוסף משנה את מנוע החיפוש שלך לSoSearcher |
File Size | 12.12 KB |
Installation Count | 70,000 |
Current Version | 1.1.0 |
Last Updated | 2020-07-22 |
Publish Date | 2020-07-22 |
Rating | 3.75/5 Total 4 Ratings |
Developer | http://sosearcher.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sosearcher.com/privacy.html |
Supported Languages | |
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\/*" ] } } |