Smart Search
Get Smart Search results with SmartSearch
What is Smart Search?
Smart Search is a Chrome extension developed by deniscasilev1988, and its main feature is "Get Smart Search results with SmartSearch".
Extension Screenshots
Download Smart Search Extension CRX File
Download Smart Search 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
Search securely and get the most relevant results powered by SmartSearch! By clicking "Add to Chrome", you agree to be bound by our Terms and Conditions and Privacy Policy, add it extension to your Chrome browser and change your default Web search service provider to SmartSearch.
Extension Basic Information
Name | |
ID | glmhhkoaglkboooplngidahblhiadpab |
Official URL | https://chromewebstore.google.com/detail/smart-search/glmhhkoaglkboooplngidahblhiadpab |
Description | Get Smart Search results with SmartSearch |
File Size | 204 KB |
Installation Count | 5,046 |
Current Version | 1.0.3 |
Last Updated | 2021-10-08 |
Publish Date | 2021-09-29 |
Rating | 1.02/5 Total 60 Ratings |
Developer | deniscasilev1988 |
[email protected] | |
Payment Type | free |
Extension Website | https://searchsmarters.online/ |
Help Page URL | https://searchsmarters.online/about.html |
Privacy Policy Page URL | https://searchsmarters.online/privacy.html |
Supported Languages | en |
manifest.json | |
{ "author": "Vasily Media", "background": { "scripts": [ "assets\/js\/background.js" ] }, "browser_action": { "default_icon": { "16": "assets\/icons\/16x16.png" }, "default_title": "Smart Search" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/searchsmarters.online\/assets\/img\/favicon.ico", "is_default": true, "keyword": "Smart Search", "name": "Smart Search", "params": "__PARAM__", "search_url": "https:\/\/searchsmarters.online\/query\/?query={searchTerms}" } }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Get Smart Search results with SmartSearch", "homepage_url": "https:\/\/searchsmarters.online\/", "icons": { "128": "assets\/icons\/128x128.png", "16": "assets\/icons\/16x16.png", "24": "assets\/icons\/24x24.png", "256": "assets\/icons\/256x256.png", "48": "assets\/icons\/48x48.png", "96": "assets\/icons\/96x96.png" }, "manifest_version": 2, "minimum_chrome_version": "61", "name": "Smart Search", "permissions": [ "storage", "*:\/\/*.searchsmarters.online\/*" ], "short_name": "SmartSearch", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "web_accessible_resources": [ "assets\/*.html", "assets\/js\/*.js", "assets\/icons\/*.png" ] } |