Friday Go

The best 1st search result

What is Friday Go?

Friday Go is a Chrome extension developed by Friday, and its main feature is "The best 1st search result".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Friday Go Extension CRX File

Download Friday Go 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

                        Friday is your personal answer assistant, helping you learn and find the answers to your questions using groundbreaking AI.                    

Extension Basic Information

Name Friday Go Friday Go
ID cobeolghfehacidcnidganniblghhnjm
Official URL https://chromewebstore.google.com/detail/friday-go/cobeolghfehacidcnidganniblghhnjm
Description The best 1st search result
File Size 1.22 MB
Installation Count 179
Current Version 0.0.3
Last Updated 2022-11-16
Publish Date 2022-08-02
Rating 5.00/5 Total 7 Ratings
Developer Friday
Email [email protected]
Payment Type free
Privacy Policy Page URL https://search.friday.education/privacy_policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Friday Go",
    "description": "The best 1st search result",
    "version": "0.0.3",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "options_page": "settings\/settings.html",
    "action": {
        "default_title": "Friday Go",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "css": [
                "foreground.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "shared\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}