Comment Everywhere

This extension allows the user to comment at any page on the internet

O que é Comment Everywhere?

Comment Everywhere é uma extensão do Chrome desenvolvida por Adriano Moura, e sua principal característica é "This extension allows the user to comment at any page on the internet".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Comment Everywhere

Baixe arquivos de extensão Comment Everywhere no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        With this extension any web site will can receive comments and reviews, you will be able to share your opinion about a site, product, company, etc, and see others people opinions

You will be able see all comments made in any URL, and to make your own comment ou review you will only need to login with your Google Account                    

Informações Básicas da Extensão

Nome Comment Everywhere Comment Everywhere
ID cnelhcjkccamojhmmncfdhdhlgocmdjc
URL Oficial https://chromewebstore.google.com/detail/comment-everywhere/cnelhcjkccamojhmmncfdhdhlgocmdjc
Descrição This extension allows the user to comment at any page on the internet
Tamanho do Arquivo 1.27 MB
Contagem de Instalações 37
Versão Atual 0.1.2
Última Atualização 2021-08-29
Data de Publicação 2020-05-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Adriano Moura
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comment Everywhere",
    "description": "This extension allows the user to comment at any page on the internet",
    "version": "0.1.2",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Comment here"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "page": "app\/background.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-b6IMLg6aurQE6MkquJ7FXc3\/iimLsg2bB+hjY\/3yZmc=' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'"
}