Comment Everywhere

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

Qu'est-ce que Comment Everywhere ?

Comment Everywhere est une extension Chrome développée par Adriano Moura, et sa fonction principale est "This extension allows the user to comment at any page on the internet".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Comment Everywhere

Téléchargez les fichiers d'extension Comment Everywhere au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Comment Everywhere Comment Everywhere
ID cnelhcjkccamojhmmncfdhdhlgocmdjc
URL Officiel https://chromewebstore.google.com/detail/comment-everywhere/cnelhcjkccamojhmmncfdhdhlgocmdjc
Description This extension allows the user to comment at any page on the internet
Taille du Fichier 1.27 MB
Nombre d'Installations 37
Version Actuelle 0.1.2
Dernière Mise à Jour 2021-08-29
Date de Publication 2020-05-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur Adriano Moura
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}