Iffy - Authentic Community For Websites

Iffy is a community where users can post, engage and share their authentic browsing experiences on a convenient side panel.

O que é Iffy - Authentic Community For Websites?

Iffy - Authentic Community For Websites é uma extensão do Chrome desenvolvida por https://iffy.space, e sua principal característica é "Iffy is a community where users can post, engage and share their authentic browsing experiences on a convenient side panel.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Iffy - Authentic Community For Websites

Baixe arquivos de extensão Iffy - Authentic Community For Websites no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        📖 Our mission - Create a community where users can post, engage and share their authentic browsing experiences on a convenient side panel. All without having to open a new tab!

😍 For everyone - Enabled on almost all websites, the plugin aims to help users in all sorts of situations. Whether it’s a shopaholic discovering new stores, a young mother looking for baby advice, or students looking for exam prep, Iffy is always here.

🎨 Authentic feedback - Everybody has a voice on Iffy. Unlike an app store or a certain video platform, websites often hide portions of user feedback, and cherrypick comments. We don’t allow such things and will not allow owners to pay to scrub comments.

🚀 Convenience - Always available. Opened at a click of a button without having to open any tabs or window, Iffy is usable on any website. 

👯‍♀️ Join a growing community of users and share your passion and experience with a friendly group of like minded peers. Use custom gifs and emojis to show your mood, or write long impassioned paragraphs to express yourself. It’s all up to you! Our goal is to create an ethical independent review platform free of commercial influence. With more features coming soon, join Iffy today!

🪄 Future goals - We’re focused on making the plugin better in the short term. If there is enough interest in the project, and if the reviews are actually useful to everybody we will port them to mobile, and create a more universal app. There will be a ton of new issues we will need to address if we scale but we’ll address them as they happen.
What we hope to achieve with the plugin is to promote discussion, and avoid negative feedback loops that occur on a lot of review websites. We wish to highlight good private websites and encourage the growth of independent businesses. By becoming somewhat reliable we hope to let the community police how good websites are.                    

Informações Básicas da Extensão

Nome Iffy - Authentic Community For Websites Iffy - Authentic Community For Websites
ID gpdclfldackfiapnjnajgjomggmjclpd
URL Oficial https://chromewebstore.google.com/detail/iffy-authentic-community/gpdclfldackfiapnjnajgjomggmjclpd
Descrição Iffy is a community where users can post, engage and share their authentic browsing experiences on a convenient side panel.
Tamanho do Arquivo 4.43 MB
Contagem de Instalações 72
Versão Atual 1.2.5
Última Atualização 2022-11-04
Data de Publicação 2022-08-06
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor https://iffy.space
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://iffy.space
URL da Página de Política de Privacidade https://iffy.space/policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Iffy - Authentic Community For Websites",
    "description": "Iffy is a community where users can post, engage and share their authentic browsing experiences on a convenient side panel.",
    "version": "1.2.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js",
                "extension.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "storage",
        "alarms"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkHnDM3Ee\/hCwtFllPpLXTFqkIo15PILTGnYVQh3FgEQPpZwhZ2z+7AY40JMTy9CnI9vgACWglLPoqQzGC+qD\/FyLYBmwcvwD52TOpi7qMslc2ouOLmgWdXn4JV2o8Vrcnkv1i5NafRrPe+1vHgX2Dc0ac7Oq8QjqVJ6nUUic56RiUC\/Vjn6ftOoYIi36Os9\/GI09LOys25TKZkWrEbEPrSX+nUNzJz61tCJ\/D8uS4+WYBEy5ULtXW0z1UtGXtaw12vDbRkvWBMDURxi7esKmGLomjUWyTOI4hxVy8gTKd\/FdN9\/QrNyAFG87ruVaKGl00cth9+8jifNuzOaCXuONzQIDAQAB",
    "host_permissions": [
        ""
    ],
    "oauth2": {
        "client_id": "709142109069-dl5i5q0rpu94vqrgpqu52923vmbbl59j.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "openid",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "icons": {
        "16": "16_16_Favicon.png",
        "48": "48_48_Logo.png",
        "128": "128_128_Logo.png"
    }
}