Plaza

Plaza

What is Plaza?

Plaza is a Chrome extension developed by https://getplaza.app, and its main feature is "Plaza".

Extension Screenshots

screenshot
screenshot
screenshot

Download Plaza Extension CRX File

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

                        Plaza is an in-browser commenting experience that opens the discussion in a second layer on top of websites and pages you view. 

Comment on anything online, see what other people are saying, upvote and downvote comments, and reply to other users, all without leaving the page. 

Stay tuned for our upcoming mobile app!                    

Extension Basic Information

Name Plaza Plaza
ID koaglamlcheihiplknebjibpfdegcfai
Official URL https://chromewebstore.google.com/detail/plaza/koaglamlcheihiplknebjibpfdegcfai
Description Plaza
File Size 33.41 KB
Installation Count 26
Current Version 0.2.0
Last Updated 2022-04-29
Publish Date 2021-04-19
Rating 5.00/5 Total 7 Ratings
Developer https://getplaza.app
Email [email protected]
Payment Type free
Extension Website https://getplaza.co
Help Page URL https://getplaza.co/feedback
Privacy Policy Page URL https://getplaza.co/terms
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plaza",
    "description": "Plaza",
    "version": "0.2.0",
    "permissions": [
        "activeTab",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "http:\/\/localhost\/*",
        "https:\/\/www.getplaza.co\/",
        "http:\/\/www.getplaza.co\/",
        "https:\/\/getplaza.co\/",
        "https:\/\/getplaza.co\/*",
        "https:\/\/getplaza.co\/*\/*"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Plaza"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "web_accessible_resources": [
        "*\/*\/*.png",
        "*\/*.png",
        "*\/*.png",
        "*.html",
        "*.css",
        "*.js",
        "*\/*.html",
        "*\/*.css",
        "*\/*.js"
    ],
    "icons": {
        "16": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "manifest_version": 2
}