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.

What is Iffy - Authentic Community For Websites?

Iffy - Authentic Community For Websites is a Chrome extension developed by https://iffy.space, and its main feature is "Iffy is a community where users can post, engage and share their authentic browsing experiences on a convenient side panel.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Iffy - Authentic Community For Websites Extension CRX File

Download Iffy - Authentic Community For Websites 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

                        📖 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.                    

Extension Basic Information

Name Iffy - Authentic Community For Websites Iffy - Authentic Community For Websites
ID gpdclfldackfiapnjnajgjomggmjclpd
Official URL https://chromewebstore.google.com/detail/iffy-authentic-community/gpdclfldackfiapnjnajgjomggmjclpd
Description Iffy is a community where users can post, engage and share their authentic browsing experiences on a convenient side panel.
File Size 4.43 MB
Installation Count 72
Current Version 1.2.5
Last Updated 2022-11-04
Publish Date 2022-08-06
Rating 4.80/5 Total 5 Ratings
Developer https://iffy.space
Email [email protected]
Payment Type free
Extension Website https://iffy.space
Privacy Policy Page URL https://iffy.space/policy
Supported Languages 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"
    }
}