OpenReply

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

Co je OpenReply?

OpenReply je rozšíření Chrome vyvinuté https://openreply.app, a jeho hlavní funkcí je „OpenReply is a browser extension that lets you review websites, meet new friends, and have your ideas heard.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření OpenReply

Stáhněte si soubory rozšíření OpenReply ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název OpenReply OpenReply
ID noljkklhldpabidacigodpiiimjgodfk
Oficiální URL https://chromewebstore.google.com/detail/openreply/noljkklhldpabidacigodpiiimjgodfk
Popis OpenReply is a browser extension that lets you review websites, meet new friends, and have your ideas heard.
Velikost souboru 2.89 MB
Počet instalací 14
Aktuální Verze 0.3.2
Poslední Aktualizace 2021-06-22
Datum Vydání 2020-11-26
Hodnocení 4.80/5 Celkem 5 Hodnocení
Vývojář https://openreply.app
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://openreply.app
URL Stránky Nápovědy https://openreply.app/help
Podporované Jazyky 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'"
}