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.

Iffy - Authentic Community For Websitesとは何ですか?

Iffy - Authentic Community For Websitesはhttps://iffy.spaceによって開発されたChromeの拡張機能で、その主な機能は「Iffy is a community where users can post, engage and share their authentic browsing experiences on a convenient side panel.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Iffy - Authentic Community For Websites拡張機能のCRXファイルをダウンロード

Iffy - Authentic Community For Websites拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Iffy - Authentic Community For Websites Iffy - Authentic Community For Websites
ID gpdclfldackfiapnjnajgjomggmjclpd
公式URL https://chromewebstore.google.com/detail/iffy-authentic-community/gpdclfldackfiapnjnajgjomggmjclpd
説明 Iffy is a community where users can post, engage and share their authentic browsing experiences on a convenient side panel.
ファイルサイズ 4.43 MB
インストール数 72
現在のバージョン 1.2.5
最終更新日 2022-11-04
公開日 2022-08-06
評価 4.80/5 合計 5 レビュー
開発者 https://iffy.space
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://iffy.space
プライバシーポリシーページのURL https://iffy.space/policy
対応言語 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"
    }
}