Stamps

Rate and comment on any website on the internet!

Cos'è Stamps?

Stamps è un'estensione di Chrome sviluppata da https://stamps.network, e la sua funzione principale è "Rate and comment on any website on the internet!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stamps

Scarica i file di estensione Stamps 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

                        Using the the Stamps extension, anyone can rate and comment on any website on the Internet!                    

Informazioni di Base sull'Estensione

Nome Stamps Stamps
ID bbjmiallhonbglbjjjlbmphgebalbjmb
URL Ufficiale https://chromewebstore.google.com/detail/stamps/bbjmiallhonbglbjjjlbmphgebalbjmb
Descrizione Rate and comment on any website on the internet!
Dimensione del File 3.43 MB
Conteggio Installazioni 56
Versione Corrente 0.2.9
Ultimo Aggiornamento 2023-02-22
Data di Pubblicazione 2022-12-21
Sviluppatore https://stamps.network
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.stamps.network
URL della Pagina della Politica sulla Privacy https://www.stamps.network/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stamps",
    "description": "Rate and comment on any website on the internet!",
    "version": "0.2.9",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/index.html",
        "default_title": "Stamps",
        "default_icon": "assets\/img\/stampn.png"
    },
    "background": {
        "service_worker": "background\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.stamps.network\/*",
        "http:\/\/localhost:3000\/*"
    ]
}