Direct Search Online
Replaces your default search engine with Direct Search Online.
What is Direct Search Online?
Direct Search Online is a Chrome extension developed by Direct Search Online, and its main feature is "Replaces your default search engine with Direct Search Online.".
Extension Screenshots
Download Direct Search Online Extension CRX File
Download Direct Search Online 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 the web directly from the browser address bar. Search engine is Direct Search Online with results powered by Yahoo! Permission asked on directsearchonline.com to search for the best web results for you.
Extension Basic Information
Name | Direct Search Online |
ID | bffkjdkbmldjgfibfhggllfpldoepcld |
Official URL | https://chromewebstore.google.com/detail/direct-search-online/bffkjdkbmldjgfibfhggllfpldoepcld |
Description | Replaces your default search engine with Direct Search Online. |
File Size | 18.14 KB |
Installation Count | 26,052 |
Current Version | 1.0.4 |
Last Updated | 2022-10-05 |
Publish Date | 2020-09-15 |
Rating | 4.76/5 Total 41 Ratings |
Developer | Direct Search Online |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://directsearchonline.com/privacy.php |
Supported Languages | de,en,fr,es,it,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.4", "manifest_version": 3, "icons": { "128": "icons\/128.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/search.directsearchonline.com\/images\/directsearchonline.ico", "is_default": true, "keyword": "Search", "name": "Direct Search Online", "search_url": "https:\/\/search.directsearchonline.com\/r.php?q={searchTerms}" } }, "content_scripts": [ { "all_frames": true, "js": [ "js\/p.js" ], "run_at": "document_end", "matches": [ "https:\/\/directsearchonline.com\/*" ] } ], "background": { "service_worker": "service_worker.js" }, "permissions": [ "storage", "declarativeNetRequest" ], "web_accessible_resources": [ { "resources": [ "icons\/128.png" ], "matches": [ " |