Meta Random Search
Randomize your default search engine
What is Meta Random Search?
Meta Random Search is a Chrome extension developed by https://softwarejourney.net, and its main feature is "Randomize your default search engine".
Extension Screenshots
Download Meta Random Search Extension CRX File
Download Meta Random 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
Your search query will be processed by a different search engine each time. More randomness, More diversity, More surprises, More discoveries! Finding the best search engine is hard, giving you a fresh puff of serendipity is easy!
Extension Basic Information
Name | Meta Random Search |
ID | lbjojakdjggbdpnnockgkbnbkgenfknj |
Official URL | https://chromewebstore.google.com/detail/meta-random-search/lbjojakdjggbdpnnockgkbnbkgenfknj |
Description | Randomize your default search engine |
File Size | 21.98 KB |
Installation Count | 321 |
Current Version | 1.0.0.7 |
Last Updated | 2023-11-23 |
Publish Date | 2020-12-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://softwarejourney.net |
[email protected] | |
Payment Type | free |
Extension Website | https://meta.softwarejourney.net/ |
Supported Languages | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meta Random Search", "version": "1.0.0.7", "description": "__MSG_appDesc__", "default_locale": "en", "homepage_url": "https:\/\/meta.softwarejourney.net\/", "permissions": [ "declarativeContent" ], "omnibox": { "keyword": "ars" }, "options_page": "options.html", "background": { "service_worker": "main.js" }, "action": { "default_popup": "popup.html", "default_icon": { "32": "images\/meta-random-search-icon-32px.png", "128": "images\/meta-random-search-icon-128px.png" } }, "icons": { "32": "images\/meta-random-search-icon-32px.png", "128": "images\/meta-random-search-icon-128px.png" }, "manifest_version": 3, "author": "Software Journey", "chrome_settings_overrides": { "search_provider": { "name": "Meta Random Search", "keyword": "meta.softwarejourney.net", "search_url": "https:\/\/meta.softwarejourney.net\/search.htm#{searchTerms}", "favicon_url": "https:\/\/meta.softwarejourney.net\/favicon.ico", "encoding": "UTF-8", "is_default": true } } } |