Komentaire Extension

Komentaire is a free tool made to understand where reviews come from on Amazon. It works for Amazon(dot)com and other Amazon…

Cos'è Komentaire Extension?

Komentaire Extension è un'estensione di Chrome sviluppata da komentaire, e la sua funzione principale è "Komentaire is a free tool made to understand where reviews come from on Amazon. It works for Amazon(dot)com and other Amazon…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Komentaire Extension

Scarica i file di estensione Komentaire Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Komentaire is a free tool made to understand where reviews come from on Amazon. It works for Amazon(dot)com and other Amazon related websites. Just visit the page with the products and click on the extension icon to know where the reviews are from.                    

Informazioni di Base sull'Estensione

Nome Komentaire Extension Komentaire Extension
ID cbllohkbekifgnpgnbpafcoocgfhhcip
URL Ufficiale https://chromewebstore.google.com/detail/komentaire-extension/cbllohkbekifgnpgnbpafcoocgfhhcip
Descrizione Komentaire is a free tool made to understand where reviews come from on Amazon. It works for Amazon(dot)com and other Amazon…
Dimensione del File 1.05 MB
Conteggio Installazioni 2,563
Versione Corrente 2.1.3
Ultimo Aggiornamento 2023-11-16
Data di Pubblicazione 2020-08-25
Valutazione 4.45/5 Totale 22 Valutazioni
Sviluppatore komentaire
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.komentaire.com
URL della Pagina della Politica sulla Privacy https://oseille.tv/conditions-generales
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Komentaire Extension",
    "version": "2.1.3",
    "manifest_version": 3,
    "description": "",
    "icons": {
        "16": "src\/icons\/Komentair16.png",
        "48": "src\/icons\/Komentair48.png",
        "128": "src\/icons\/Komentair128.png"
    },
    "options_page": "src\/options\/index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.ca\/*",
        "*:\/\/www.amazon.cn\/*",
        "*:\/\/www.amazon.com.mx\/*",
        "*:\/\/www.amazon.com.br\/*",
        "*:\/\/www.amazon.co.uk\/*",
        "*:\/\/www.amazon.fr\/*",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/www.amazon.it\/*",
        "*:\/\/www.amazon.es\/*",
        "*:\/\/www.amazon.nl\/*",
        "*:\/\/www.amazon.tr\/*",
        "*:\/\/www.amazon.com.be\/*",
        "*:\/\/www.amazon.se\/*",
        "*:\/\/www.amazon.pl\/*",
        "*:\/\/www.amazon.co.jp\/*",
        "*:\/\/www.amazon.in\/*",
        "*:\/\/www.amazon.com.au\/*",
        "*:\/\/www.amazon.sg\/*",
        "*:\/\/www.amazon.ae\/*",
        "*:\/\/www.amazon.eg\/*",
        "*:\/\/www.amazon.sa\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.inject.ts-96d1da73-6c97bc7b.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.com.be\/*",
                "https:\/\/www.amazon.se\/*",
                "https:\/\/www.amazon.pl\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.eg\/*",
                "https:\/\/www.amazon.sa\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "css": [
                "assets\/inject-cff8f9bd.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/img\/*",
                "src\/icons\/*",
                "src\/options\/assets\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.be\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.eg\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.pl\/*",
                "https:\/\/www.amazon.sa\/*",
                "https:\/\/www.amazon.se\/*",
                "https:\/\/www.amazon.sg\/*"
            ],
            "resources": [
                "assets\/tools-a59649fb.js",
                "assets\/countries-51ccfacb.js",
                "assets\/countries-bb160597.js",
                "assets\/inject.ts-96d1da73.js"
            ],
            "use_dynamic_url": true
        }
    ]
}