OpenReply

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

What is OpenReply?

OpenReply is a Chrome extension developed by https://openreply.app, and its main feature is "OpenReply is a browser extension that lets you review websites, meet new friends, and have your ideas heard.".

Extension Screenshots

screenshot

Download OpenReply Extension CRX File

Download OpenReply 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

                        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                    

Extension Basic Information

Name OpenReply OpenReply
ID noljkklhldpabidacigodpiiimjgodfk
Official URL https://chromewebstore.google.com/detail/openreply/noljkklhldpabidacigodpiiimjgodfk
Description OpenReply is a browser extension that lets you review websites, meet new friends, and have your ideas heard.
File Size 2.89 MB
Installation Count 14
Current Version 0.3.2
Last Updated 2021-06-22
Publish Date 2020-11-26
Rating 4.80/5 Total 5 Ratings
Developer https://openreply.app
Email [email protected]
Payment Type in_app
Extension Website https://openreply.app
Help Page URL https://openreply.app/help
Supported Languages 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'"
}