OpenReply

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

Hvad er OpenReply?

OpenReply er en Chrome-udvidelse udviklet af https://openreply.app, og dens hovedfunktion er "OpenReply is a browser extension that lets you review websites, meet new friends, and have your ideas heard.".

Udvidelsesskærmbilleder

screenshot

Download OpenReply-udvidelses-CRX-fil

Download OpenReply-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn OpenReply OpenReply
ID noljkklhldpabidacigodpiiimjgodfk
Officiel URL https://chromewebstore.google.com/detail/openreply/noljkklhldpabidacigodpiiimjgodfk
Beskrivelse OpenReply is a browser extension that lets you review websites, meet new friends, and have your ideas heard.
Filstørrelse 2.89 MB
Antal Installationer 14
Nuværende Version 0.3.2
Senest Opdateret 2021-06-22
Udgivelsesdato 2020-11-26
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler https://openreply.app
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://openreply.app
Hjælpeside-URL https://openreply.app/help
Understøttede Sprog 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'"
}