OpenReply

OpenReply is a browser extension that lets you review websites, meet new friends, and have your ideas heard.

OpenReplyとは何ですか?

OpenReplyはhttps://openreply.appによって開発されたChromeの拡張機能で、その主な機能は「OpenReply is a browser extension that lets you review websites, meet new friends, and have your ideas heard.」です。

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

screenshot

OpenReply拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        OpenReply adds a discussion forum to every website, allowing you to review and rate websites, meet people from across the internet and allows an open and free exchange of thoughts and ideas. And much more.

"So, what are the features?"

✓ Comment on ANY website.
✓ Create a private comment board on a website only available to your team!
✓ Reply to ALL comments, with emojis!
✓ Flag hateful or divisive comments easily. We encourage this!
✓ Comment and reply filters detect hate speech and flag them automatically.
✓ Change your profile picture to customize your avatar.


"Why does your extension need permission to access data on all websites?"

This permission allows OpenReply to insert a discussion forum overlay on any given website. OpenReply DOES NOT collect any private data or your browsing activity on any websites. Your privacy is very important to us, we even encourage anonymity on our platform.


"OpenReply machine broke."

Understandable, but you can have a nice day by contacting us at [email protected]. :)
OpenReply is still in the developmental stage; so if you're having issues or find a bug, please don't post your bug report here! Instead, contact us directly. Feel free to also reach out if you have an amazing feature idea.


"This is an amazing extension!"

Gee, thanks! If you wish to support us, please rate this extension 5 stars. It's free and it really helps us out. :)


"How can I learn more about this?"

Additional information is present at our homepage (openreply.app). The website is still under construction, and will be online soon. Otherwise, you can reach out to us on Facebook, Twitter or Instagram (links below).


"Where can I follow you?"

You can follow us through these links:
Facebook: fb.me/OpenReplyApp
Instagram: instagram.com/openreply.app
Twitter: twitter.com/openreply_app                    

拡張機能の基本情報

名前 OpenReply OpenReply
ID noljkklhldpabidacigodpiiimjgodfk
公式URL https://chromewebstore.google.com/detail/openreply/noljkklhldpabidacigodpiiimjgodfk
説明 OpenReply is a browser extension that lets you review websites, meet new friends, and have your ideas heard.
ファイルサイズ 2.89 MB
インストール数 14
現在のバージョン 0.3.2
最終更新日 2021-06-22
公開日 2020-11-26
評価 4.80/5 合計 5 レビュー
開発者 https://openreply.app
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://openreply.app
ヘルプページのURL https://openreply.app/help
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenReply",
    "short_name": "OpenReply",
    "description": "OpenReply is a browser extension that lets you review websites, meet new friends, and have your ideas heard.",
    "version": "0.3.2",
    "author": "OpenReply",
    "background": {
        "page": "app\/background.html",
        "persistent": true
    },
    "browser_action": [],
    "commands": {
        "toggle-open-reply": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "Toggle OpenReply."
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/icons\/SYMBOL-16.png",
        "48": "\/icons\/SYMBOL-48.png",
        "128": "\/icons\/SYMBOL-128.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "\/css\/content.css",
        "\/static\/media\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/*.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/accounts.google.com https:\/\/fonts.gstatic.com https:\/\/open-reply.firebaseapp.com; object-src 'self'"
}