Jo the Fish

Jo the Fish will swim around your browser and let you know if something smells fishy

What is Jo the Fish?

Jo the Fish is a Chrome extension developed by http://jothefish.com, and its main feature is "Jo the Fish will swim around your browser and let you know if something smells fishy".

Extension Screenshots

screenshot

Download Jo the Fish Extension CRX File

Download Jo the Fish 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

                        🏳️‍🌈Is that website supportive of LGBTQ+ rights? 

✊🏾Does the company support the BLM movement?

🍀Is that brand eco-friendly? 

💰Is that company investing money in the right places?

Jo the Fish is an extension that answers these questions, informing users of facts about the website that one visits. Our short-term mission is to help users make informed choices online by providing information of the website/company's mission and historical actions - good and bad. Our big-picture goal is to direct users to companies and websites with positive missions and  historical actions. We want to highlight, support, and celebrate these companies that brings good to our world! 

## Benefits of Jo the Fish

✅Easy and quick: Once you download Jo the Fish, you'll see Jo hanging around on the top right side of your browser. Whenever you visit a website, Jo the Fish will automatically change color, indicating whether the website/company has a positive, neutral, or negative mission and history.

ℹ️Informative: If you want to learn more details about the website, you can click on Jo the Fish and we will direct you to a page that gives you more extensive information regarding the company. 

🤝Interactive: You can be a part of our team with little effort! You can report any information you know about regarding websites or companies through Jo the Fish. That way, we can add more useful information to our database and have more people benefit from the information that YOU submit to us! You can do that here: http://shorturl.at/nO149

## Why is this important?

Today, there is a heightened attention given to making informed decisions online. People rightfully seek to support environmentally-friendly businesses, black-owned brands, LGBTQ+ supportive companies, and others. That said, Jo the Fish is important not because it is simply a "trend" but because it is *inherently* important to be informed of the world we live in and the companies we use our money in. 

As our world is becoming more and more digital every day, it will become more and more important to become informed online users as time passes - especially as there are more and more issues and actions that are being exposed and coming to light in the expansive online world.

## We're in this together.

Creating an online world with informed users is a collaborative effort - we all take part in this! That said, we encourage you to submit any and all information that you believe is important for other people visiting the websites that you visit. We are certain that there are people out there who would love to know that information about the websites they visit. 

Join our team being reaching out via our website: jothefish.com                    

Extension Basic Information

Name Jo the Fish Jo the Fish
ID oaoapdpbgapbdiajgdkjcbjlfcoojeba
Official URL https://chrome.google.com/webstore/detail/jo-the-fish/oaoapdpbgapbdiajgdkjcbjlfcoojeba
Description Jo the Fish will swim around your browser and let you know if something smells fishy
File Size 1.96 MB
Installation Count 811
Current Version 1.12.10
Last Updated 2021-02-05
Publish Date 2020-09-06
Rating 4.47/5 Total 17 Ratings
Developer http://jothefish.com
Email [email protected]
Payment Type free
Extension Website https://www.jothefish.com
Help Page URL https://www.jothefish.com
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jo the Fish",
    "version": "1.12.10",
    "description": "Jo the Fish will swim around your browser and let you know if something smells fishy",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs",
        "notifications",
        ""
    ],
    "background": {
        "page": "index.html",
        "persistent": false
    },
    "page_action": {
        "default_title": "Jo the Fish",
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/jo_logo_icon_16.png",
            "32": "images\/jo_logo_icon_32.png",
            "48": "images\/jo_logo_icon_48.png",
            "128": "images\/jo_logo_icon_128.png"
        }
    },
    "icons": {
        "16": "images\/jo_logo_icon_16.png",
        "32": "images\/jo_logo_icon_32.png",
        "48": "images\/jo_logo_icon_48.png",
        "128": "images\/jo_logo_icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.svg",
        "images\/sad_jo.png"
    ]
}