Stamps

Rate and comment on any website on the internet!

Wat is Stamps?

Stamps is een Chrome-extensie ontwikkeld door https://stamps.network, en de belangrijkste functie is "Rate and comment on any website on the internet!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stamps

Download Stamps-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Stamps Stamps
ID bbjmiallhonbglbjjjlbmphgebalbjmb
Officiële URL https://chromewebstore.google.com/detail/stamps/bbjmiallhonbglbjjjlbmphgebalbjmb
Beschrijving Rate and comment on any website on the internet!
Bestandsgrootte 3.43 MB
Aantal Installaties 56
Huidige Versie 0.2.9
Laatst Bijgewerkt 2023-02-22
Publicatiedatum 2022-12-21
Ontwikkelaar https://stamps.network
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.stamps.network
URL van de Privacybeleid Pagina https://www.stamps.network/privacy
Ondersteunde Talen 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\/*"
    ]
}