Jo the Fish

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

Τι είναι το Jo the Fish;

Το Jo the Fish είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://jothefish.com, και η κύρια λειτουργία του είναι "Jo the Fish will swim around your browser and let you know if something smells fishy".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Jo the Fish

Λήψη αρχείων επέκτασης Jo the Fish σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Jo the Fish Jo the Fish
ID oaoapdpbgapbdiajgdkjcbjlfcoojeba
Επίσημο URL https://chrome.google.com/webstore/detail/jo-the-fish/oaoapdpbgapbdiajgdkjcbjlfcoojeba
Περιγραφή Jo the Fish will swim around your browser and let you know if something smells fishy
Μέγεθος Αρχείου 1.96 MB
Αριθμός Εγκαταστάσεων 811
Τρέχουσα Έκδοση 1.12.10
Τελευταία Ενημέρωση 2021-02-05
Ημερομηνία Δημοσίευσης 2020-09-06
Αξιολόγηση 4.47/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής http://jothefish.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.jothefish.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.jothefish.com
Υποστηριζόμενες Γλώσσες 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"
    ]
}