Random Search

Roll a random search term and search it! What'll it be today?

What is Random Search?

Random Search is a Chrome extension developed by 61845, and its main feature is "Roll a random search term and search it! What'll it be today?".

Extension Screenshots

screenshot

Download Random Search Extension CRX File

Download 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

                        Random Search is a free extension that allows you to kill time by randomly searching 330+ keywords, including orange, circle, fungus, and more! There are no limits to how many searches you can make! It's almost... infinite!
Need to pick a random topic for an assignment? What about starting a conversation? Those are no longer problems, because Random Search has got your back.                    

Extension Basic Information

Name Random Search Random Search
ID nbfihiaegedinodnaoknofbhcdpmdbno
Official URL https://chrome.google.com/webstore/detail/nbfihiaegedinodnaoknofbhcdpmdbno
Description Roll a random search term and search it! What'll it be today?
File Size 36.86 KB
Installation Count 319
Current Version 1.0.0
Last Updated 2021-04-21
Publish Date 2021-04-21
Rating 4.25/5 Total 4 Ratings
Developer 61845
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Search",
    "description": "Roll a random search term and search it! What'll it be today?",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/rs_16.png",
            "32": "\/icons\/rs_32.png",
            "64": "\/icons\/rs_64.png",
            "128": "\/icons\/rs_128.png"
        }
    },
    "icons": {
        "16": "\/icons\/rs_16.png",
        "32": "\/icons\/rs_32.png",
        "64": "\/icons\/rs_64.png",
        "128": "\/icons\/rs_128.png"
    }
}