Jo the Fish

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

Jo the Fish là gì?

Jo the Fish là một tiện ích mở rộng Chrome được phát triển bởi http://jothefish.com, và tính năng chính của nó là "Jo the Fish will swim around your browser and let you know if something smells fishy".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jo the Fish

Tải xuống các tệp mở rộng Jo the Fish dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jo the Fish Jo the Fish
ID oaoapdpbgapbdiajgdkjcbjlfcoojeba
URL Chính Thức https://chrome.google.com/webstore/detail/jo-the-fish/oaoapdpbgapbdiajgdkjcbjlfcoojeba
Mô tả Jo the Fish will swim around your browser and let you know if something smells fishy
Kích Thước Tệp 1.96 MB
Số Lần Cài Đặt 811
Phiên Bản Hiện Tại 1.12.10
Cập Nhật Lần Cuối 2021-02-05
Ngày Phát Hành 2020-09-06
Đánh Giá 4.47/5 Tổng số 17 Đánh Giá
Nhà Phát Triển http://jothefish.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.jothefish.com
URL Trang Trợ Giúp https://www.jothefish.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}