Jo the Fish

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

Qu'est-ce que Jo the Fish ?

Jo the Fish est une extension Chrome développée par http://jothefish.com, et sa fonction principale est "Jo the Fish will swim around your browser and let you know if something smells fishy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Jo the Fish

Téléchargez les fichiers d'extension Jo the Fish au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🏳️‍🌈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                    

Informations de Base sur l'Extension

Nom Jo the Fish Jo the Fish
ID oaoapdpbgapbdiajgdkjcbjlfcoojeba
URL Officiel 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
Taille du Fichier 1.96 MB
Nombre d'Installations 811
Version Actuelle 1.12.10
Dernière Mise à Jour 2021-02-05
Date de Publication 2020-09-06
Évaluation 4.47/5 Total 17 Évaluations
Développeur http://jothefish.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.jothefish.com
URL de la Page d'Aide https://www.jothefish.com
Langues Prises en Charge 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"
    ]
}