Lookaroo
Use Lookaroo as your default search engine!
What is Lookaroo?
Lookaroo is a Chrome extension developed by https://lookaroo.com.au, and its main feature is "Use Lookaroo as your default search engine!".
Extension Screenshots
Download Lookaroo Extension CRX File
Download Lookaroo 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 Internet and Support Australian Owned Businesses with Lookaroo. This extensions sets your default search engine and homepage to Lookaroo.
Extension Basic Information
Name | Lookaroo |
ID | fbpljdmcingjnfoehambajhmeiaaelco |
Official URL | https://chromewebstore.google.com/detail/lookaroo/fbpljdmcingjnfoehambajhmeiaaelco |
Description | Use Lookaroo as your default search engine! |
File Size | 13.1 KB |
Installation Count | 51 |
Current Version | 1.0.2 |
Last Updated | 2022-04-30 |
Publish Date | 2022-03-09 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://lookaroo.com.au |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://lookaroo.com.au/legal/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lookaroo", "description": "Use Lookaroo as your default search engine!", "version": "1.0.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/*.lookaroo.com\/", "*:\/\/*.lookaroo.com.au\/" ] }, "chrome_settings_overrides": { "homepage": "https:\/\/lookaroo.com.au", "search_provider": { "name": "Lookaroo", "keyword": "Lookaroo", "search_url": "https:\/\/lookaroo.com.au\/search?q={searchTerms}", "favicon_url": "https:\/\/lookaroo.com.au\/img\/favicon\/favicon-light.png", "suggest_url": "https:\/\/lookaroo.com.au\/suggestions?type=list&q={searchTerms}", "image_url": "https:\/\/lookaroo.com.au\/images?q={searchTerms}", "encoding": "UTF-8", "is_default": true }, "startup_pages": [ "https:\/\/lookaroo.com.au" ] }, "icons": { "64": "\/img\/64x64.png", "128": "\/img\/128x128.png" } } |