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
官方網址 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
電子郵箱 [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'"
}